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 e3a6823 commit 0fa8a19Copy full SHA for 0fa8a19
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
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: %JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
21
shell: cmd
22
- uses: actions/upload-artifact@v4
23
with:
0 commit comments