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 5aa86fe commit 4c27695
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 @@ -35,10 +35,10 @@ 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 --info # Force rerun of packageMsi task with info for debugging
run: ./gradlew packageMsi --rerun-tasks --info --stacktrace

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

- name: Upload .msi artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4c27695

Please sign in to comment.