Skip to content

Commit b89f663

Browse files
committed
windows distr
1 parent 0fa8a19 commit b89f663

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ 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
22-
- uses: actions/upload-artifact@v4
23-
with:
24-
name: my-artifact
25-
path: target/distr/win/*.exe

0 commit comments

Comments
 (0)