Fix Server Update Package packaging

This commit is contained in:
Jordan Brown
2020-07-28 14:55:49 -04:00
parent 3635ce21a4
commit 160aa22009
+1 -1
View File
@@ -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