From 160aa22009c96abda2091d2716294a4ae35c3f39 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 28 Jul 2020 14:55:49 -0400 Subject: [PATCH] Fix Server Update Package packaging --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index b58dfc85ca..410e5b6a54 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -298,7 +298,7 @@ jobs: - name: Package Server Update Package if: ${{ matrix.configuration == 'Release' && matrix.watchdog-type == 'System' && matrix.database-type == 'PostgresSql' }} run: | - cd ../Tgstation.Server.Host + cd src/Tgstation.Server.Host dotnet publish -c ${{ matrix.configuration }} --no-build -o ../../Artifacts/ServerUpdate - name: Store Server Console