add Server.toml to artifact

This commit is contained in:
griffi-gh 2023-05-17 00:28:55 +02:00
parent 967388f6c6
commit 61df7072f0

View file

@ -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