mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-13 19:08:41 -06:00
add Server.toml
to artifact
This commit is contained in:
parent
967388f6c6
commit
61df7072f0
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