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 0fa8a19 commit b89f663Copy full SHA for b89f663
.github/workflows/release.yml
@@ -17,9 +17,5 @@ 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:
24
- name: my-artifact
25
- path: target/distr/win/*.exe
0 commit comments