We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ded61 commit e0db0e0Copy full SHA for e0db0e0
.github/workflows/wix.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
32
- name: Install wix toolset
33
- run: dotnet tool install --global wix --version 5.0.2 --verbosity quiet
+ run: dotnet tool install --global wix --version 6.0.0 --verbosity quiet
34
35
- name: Fetch latest Windows version from Adoptium API
36
run: |
0 commit comments