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 Oct 3, 2024
1 parent 4553ffc commit 982b063
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 packageDistributionForCurrentOS
run: ./gradlew packageMsi

- 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 982b063

Please sign in to comment.