fix artifact name

This commit is contained in:
griffi-gh 2023-05-17 12:32:55 +02:00
parent ba95b1820c
commit 5da64b33db

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