Fix winget package not deploying

- Provide .msi for `push_manifest.ps1`

Fixes #1640
This commit is contained in:
Jordan Dominion
2023-08-25 11:23:44 -04:00
parent 5aa01d340f
commit f1317ab987
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1508,6 +1508,12 @@ jobs:
$tgsVersion = $versionXML.Project.PropertyGroup.TgsCoreVersion
echo "TGS_VERSION=$tgsVersion" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Upload .msi
uses: actions/upload-artifact@v3
with:
name: packaging-windows-raw-msi
path: build/package/winget/Tgstation.Server.Host.Service.Wix/bin/x86/Release/en-US/tgstation-server.msi
- name: Retrieve Server Service
uses: actions/download-artifact@v3
with:
@@ -1722,6 +1728,12 @@ jobs:
$Env:TGS_HOST_NO_WEBPANEL=true
dotnet build -c Release tools/Tgstation.Server.ReleaseNotes
- name: Retrieve Server Service
uses: actions/download-artifact@v3
with:
name: packaging-windows-raw-msi
path: artifacts
- name: Execute Push Script
shell: powershell
run: build/package/winget/push_manifest.ps1