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 4200ade commit 5942ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -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 --rerun-tasks
run: ./gradlew packageMsi --rerun-tasks --warning-mode all

- 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 5942ce5

Please sign in to comment.