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 a0db204 commit f5ad163Copy full SHA for f5ad163
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Create EXE package
63
run: |
64
- 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 . --runtime-image jre
+ 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 . --runtime-image "${{ steps.setup-java.outputs.path }}\jre"
65
shell: pwsh
66
67
- name: Upload EXE as artifact
0 commit comments