From c0189c8fa5254b0ddc7238db7cae64672b6dede2 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 27 Aug 2023 09:08:57 -0400 Subject: [PATCH] Fix .msi upload during deployment --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f7ce8f0cfd..2c9fdd3aad 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1512,7 +1512,7 @@ jobs: 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 + path: build/package/winget/Tgstation.Server.Host.Service.Wix/bin/Release/en-US/tgstation-server.msi - name: Retrieve Server Service uses: actions/download-artifact@v3