We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90a2bb commit 0b83883Copy full SHA for 0b83883
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
java-version: '17'
17
distribution: 'temurin'
18
architecture: x64
19
- - run: ./mvnw clean package --batch-mode --no-transfer-progress
20
- - run: %JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
+ - run: |
+ ./mvnw clean package --batch-mode --no-transfer-progress
21
22
+ %JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
23
shell: cmd
0 commit comments