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 7ca2b33 commit 5486c0bCopy full SHA for 5486c0b
.github/workflows/deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Create EXE package
61
run: |
62
- 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 --dest .
+ 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 --dest .
63
shell: pwsh
64
65
- name: Upload EXE as artifact
0 commit comments