mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-14 03:18: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 ./artifact;
|
||||||
cp ./target/release/kubi-server ./artifact;
|
cp ./target/release/kubi-server ./artifact;
|
||||||
cp -r ./assets ./artifact;
|
cp -r ./assets ./artifact;
|
||||||
|
cp ./Server.toml ./artifact;
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-x64-release
|
name: linux-x64-release
|
||||||
|
|
Loading…
Reference in a new issue