Skip to content

Commit 863c716

Browse files
authored
Update deploy.yml
1 parent 3311e11 commit 863c716

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,7 @@ jobs:
5353

5454
- name: Create EXE package
5555
run: |
56-
jpackage ^
57-
--input target\ ^
58-
--name LSOListGenerator ^
59-
--main-jar LSOListGenerator-1.0.jar ^
60-
--main-class pl.bator.lso_list_generator.LSOListGeneratorApplication ^
61-
--type exe ^
62-
--icon src\main\resources\logo.png ^
63-
--dest .
56+
jpackage --input target\ --name LSOListGenerator --main-jar LSOListGenerator-1.0.jar --main-class pl.bator.lso_list_generator.LSOListGeneratorApplication --type exe --icon src\main\resources\logo.png
6457
6558
release:
6659
needs: [ build-linux, build-windows ]

0 commit comments

Comments
 (0)