Skip to content

Commit

Permalink
Update msi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Feb 19, 2025
1 parent a23ac0f commit 26d7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
next_version="${current_version/-SNAPSHOT/}"
cd cli
mvn -B -ntp -Drevision=${next_version} -Pnative -DskipTests=true package
if: matrix.os == 'windows-latest'
if: runner.os == 'Windows'
- name: Build MSI for Windows
run: |
dotnet tool install --global wix --version 5.0.2
Expand Down

0 comments on commit 26d7f9b

Please sign in to comment.