Skip to content

Commit

Permalink
publish: update wix msi publish workflow to use wix314
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Mar 5, 2024
1 parent b833e47 commit 75894ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-wix-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75894ef

Please sign in to comment.