Skip to content

Commit f5ad163

Browse files
authored
Update deploy.yml
1 parent a0db204 commit f5ad163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Create EXE package
6363
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
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 "${{ steps.setup-java.outputs.path }}\jre"
6565
shell: pwsh
6666

6767
- name: Upload EXE as artifact

0 commit comments

Comments
 (0)