Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shade-sdev authored Jan 10, 2025
1 parent 92028f5 commit 4200ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: chmod +x ./gradlew # Ensure gradlew is executable

- name: Build the app and force the MSI task to run
run: ./gradlew packageMsi
run: ./gradlew packageMsi --rerun-tasks

- name: List output directories (for debugging)
run: ls -R build # Verify that MSI files are created in expected directory
Expand Down

0 comments on commit 4200ade

Please sign in to comment.