mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
fix artifact name
This commit is contained in:
parent
ba95b1820c
commit
5da64b33db
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue