Remove host executable from ServerUpdatePackage

This commit is contained in:
Dominion
2023-06-05 12:01:53 -04:00
parent 489b7b7e5d
commit fc236f5820
+1
View File
@@ -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' }}