From fc236f58203d598c184b5e8d54ef0d7847035bb7 Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 5 Jun 2023 12:01:53 -0400 Subject: [PATCH] Remove host executable from ServerUpdatePackage --- .github/workflows/ci-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 11192797be..118d57eb01 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -616,6 +616,7 @@ jobs: cd src/Tgstation.Server.Host dotnet publish -c ${{ matrix.configuration }}NoService --no-build -o ../../Artifacts/ServerUpdate rm ../../Artifacts/ServerUpdate/appsettings.yml + rm ../../Artifacts/ServerUpdate/Tgstation.Server.Host - name: Store Server Console if: ${{ matrix.configuration == 'Release' && matrix.watchdog-type == 'System' && matrix.database-type == 'MariaDB' }}