Skip to content

Commit 1889166

Browse files
committed
repush
1 parent 9bfb35e commit 1889166

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166

167167
- name: Create Standalone for Windows
168168
run: |
169-
jpackage --input ${{ env.OUT_DIR }} \
170-
--name ${{ env.FILE_NAME }} \
171-
--main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
172-
--main-class ${{ env.MAIN_CLASS }} \
173-
--win-shortcut \
174-
--type exe \
169+
jpackage --input out `
170+
--name connect4 `
171+
--main-jar connect4-v1.1.0.jar `
172+
--main-class App `
173+
--win-shortcut `
174+
--type exe `
175175
--dest .
176176
177177
- name: List contents of out directory (Windows)

0 commit comments

Comments
 (0)