fix artifact name

This commit is contained in:
griffi-gh 2023-05-17 12:32:55 +02:00
parent 11554c6b4b
commit 163d391ef9

View file

@ -42,7 +42,7 @@ jobs:
cp ./Server.toml ./artifact;
- uses: actions/upload-artifact@v3
with:
name: ${{ runner.temp }}_${{ runner.arch }}
name: ${{ runner.os }}_${{ runner.arch }}
path: ./artifact/*
if-no-files-found: error