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