From c1f3fe3db0c7d2d63e3ee79bae55fcc053750401 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 17 May 2023 00:28:55 +0200 Subject: [PATCH] add `Server.toml` to artifact --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6a1e52..9df424b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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