Skip to content

Commit 0b83883

Browse files
committed
windows distr
1 parent e90a2bb commit 0b83883

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
java-version: '17'
1717
distribution: 'temurin'
1818
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
19+
- run: |
20+
./mvnw clean package --batch-mode --no-transfer-progress
21+
- run: |
22+
%JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
2123
shell: cmd

0 commit comments

Comments
 (0)