From 75894ef4e894f521056a93b4f0a14d7469bac022 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:10:09 -0500 Subject: [PATCH] `publish`: update wix msi publish workflow to use wix314 [skip ci] --- .github/workflows/publish-wix-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-wix-installer.yml b/.github/workflows/publish-wix-installer.yml index eb10f0dc9..77ac2d2f6 100644 --- a/.github/workflows/publish-wix-installer.yml +++ b/.github/workflows/publish-wix-installer.yml @@ -28,7 +28,7 @@ jobs: - name: Install Wix Toolset run: | # Download the latest stable release of Wix Toolset - $url = 'https://github.com/wixtoolset/wix3/releases/latest/download/wix311-binaries.zip' + $url = 'https://github.com/wixtoolset/wix3/releases/latest/download/wix314-binaries.zip' Invoke-WebRequest -Uri $url -OutFile 'wix.zip' # Extract the downloaded zip file