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 418af96 commit c58dfc9Copy full SHA for c58dfc9
.github/workflows/main.yml
@@ -6,7 +6,7 @@ on:
6
- 'v*'
7
8
env:
9
- FILE_NAME: ant_path_finding # Name of the JAR file (All lowercase, no spaces)
+ FILE_NAME: ant-path-finding # Name of the JAR file (All lowercase, no spaces, no underscores)
10
ICON_NAME: antPathFinding-512
11
MAIN_CLASS: App
12
OUT_DIR: out
@@ -187,8 +187,8 @@ jobs:
187
--main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar `
188
--main-class ${{ env.MAIN_CLASS }} `
189
--icon assets/icon/${{ env.ICON_NAME }}.ico `
190
- --win-shortcut `
191
- --win-menu `
+ --win-shortcut `
+ --win-menu `
192
--app-version ${{ needs.build.outputs.stripped_version }} `
193
--type msi `
194
--dest .
0 commit comments