diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index e812cbb533..970a0b79d1 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -966,7 +966,7 @@ jobs: - name: Execute Build Script shell: powershell - run: build/package/winget/build_package.ps1 + run: build/package/winget/build_msi.ps1 - name: Test Install and Uninstall # Sanity checks the .deps.json exists, which the installation is broken without shell: powershell # If it's missing, I found that in elements were the problem diff --git a/build/package/winget/build_package.ps1 b/build/package/winget/build_msi.ps1 similarity index 100% rename from build/package/winget/build_package.ps1 rename to build/package/winget/build_msi.ps1 diff --git a/tgstation-server.sln b/tgstation-server.sln index 010e08c860..0e87b7b999 100644 --- a/tgstation-server.sln +++ b/tgstation-server.sln @@ -234,8 +234,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "upstream", "upstream", "{B4 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "winget", "winget", "{506B9092-AF88-4DA2-84FD-C11646B695B0}" ProjectSection(SolutionItems) = preProject - build\package\winget\build_package.ps1 = build\package\winget\build_package.ps1 build\package\winget\installer.sln = build\package\winget\installer.sln + build\package\winget\build_msi.ps1 = build\package\winget\build_msi.ps1 build\package\winget\install_banner.jpg = build\package\winget\install_banner.jpg EndProjectSection EndProject