Skip to content

Commit 0fa8a19

Browse files
committed
windows distr
1 parent e3a6823 commit 0fa8a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'temurin'
1818
architecture: x64
1919
- run: ./mvnw clean package --batch-mode --no-transfer-progress
20-
- run: "%JAVA_HOME%\bin\jpackage.exe" @target\jpackage-win.args --type exe
20+
- run: %JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
2121
shell: cmd
2222
- uses: actions/upload-artifact@v4
2323
with:

0 commit comments

Comments
 (0)