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; cp ./Server.toml ./artifact;
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: ${{ runner.temp }}_${{ runner.arch }} name: ${{ runner.os }}_${{ runner.arch }}
path: ./artifact/* path: ./artifact/*
if-no-files-found: error if-no-files-found: error