Skip to content

Commit

Permalink
do not specify wix version
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed Apr 17, 2024
1 parent 7a853de commit 5346ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
Write-Output "::notice::This workflow execution will be a dry-run: ${{ steps.actual_dryrun.outputs.dryrun }}"
- name: Install Wix
run: dotnet tool install --global wix --version=5.0.0
run: dotnet tool install --global wix
#run: choco install wixtoolset --version=4.0.4
- name: Determine version
id: getversion
Expand Down

0 comments on commit 5346ecd

Please sign in to comment.