Skip to content

Commit

Permalink
build: Installe latest Wix
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 24, 2024
1 parent e8d4975 commit 461de15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/step-jpackage.yml
Expand Up @@ -65,6 +65,14 @@ jobs:
shell: bash
run: ./gradlew :jreleaser:copyJdksFromCache :jreleaser:setupJdks

- name: Add msbuild to PATH
if: runner.os == 'Windows'
uses: microsoft/setup-msbuild@v1

- name: Install WiX
if: runner.os == 'Windows'
run: dotnet tool install --global wix

- name: Jpackage
uses: jreleaser/release-action@v2
with:
Expand Down

0 comments on commit 461de15

Please sign in to comment.