mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -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;
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue