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 8509035 commit a909d13
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,6 @@ jobs:
next_version="${current_version/-SNAPSHOT/}"
cd cli
mvn -B -ntp -Drevision=${next_version} -Pnative -DskipTests=true package
if: runner.os == 'Windows'
- name: Build MSI for Windows
run: |
dotnet tool install --global wix --version 5.0.2
Expand All @@ -38,6 +37,7 @@ jobs:
dir
cd ..
dir cli/target
if: runner.os == 'Windows'
- name: Upload native image
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a909d13

Please sign in to comment.