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 2dfa611 commit d17aa65Copy full SHA for d17aa65
.github/workflows/main.yml
@@ -146,7 +146,7 @@ jobs:
146
147
148
- name: Rename Windows standalone
149
- run: move ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-${{ env.VERSION }}.jar ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-Windows-${{ env.VERSION }}.exe
+ run: move ${{ env.FILE_NAME }}-1.0.exe ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-Windows-${{ env.VERSION }}.exe
150
151
- name: Attach Windows Standalone to Release
152
uses: actions/upload-release-asset@v1
0 commit comments