From 737be6c45822b1b8b1dccf4298374662bed5f7b8 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:41:51 +0000 Subject: [PATCH] Revert "Update multiOSReleases.yml" (#2754) Reverts Stirling-Tools/Stirling-PDF#2753 --- .github/workflows/multiOSReleases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 1bae1bc7..324b1c8e 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -160,7 +160,7 @@ jobs: if: matrix.os == 'windows-latest' run: | curl -L -o wix.exe https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314.exe - .\wix314.exe /install /quiet + .\wix.exe /install /quiet # Build installer - name: Build Installer