mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
add Server.toml
to artifact
This commit is contained in:
parent
6bf051697d
commit
c1f3fe3db0
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
cp ./target/release/kubi ./artifact;
|
||||
cp ./target/release/kubi-server ./artifact;
|
||||
cp -r ./assets ./artifact;
|
||||
cp ./Server.toml ./artifact;
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-x64-release
|
||||
|
|
Loading…
Reference in a new issue