verbose rpm build

This commit is contained in:
Craig Raw
2025-02-04 11:14:06 +02:00
parent a53812c12f
commit 3efaec2859
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Show Build Versions
run: ./gradlew -v
- name: Build with Gradle
run: ./gradlew jpackage
run: ./gradlew -i jpackage
- name: Package zip distribution
if: ${{ runner.os == 'Windows' || runner.os == 'macOS' }}
run: ./gradlew packageZipDistribution