Skip to content

Commit d17aa65

Browse files
committed
repush
1 parent 2dfa611 commit d17aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

147147

148148
- 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
149+
run: move ${{ env.FILE_NAME }}-1.0.exe ${{ env.OUT_DIR }}/${{ env.FILE_NAME }}-Windows-${{ env.VERSION }}.exe
150150

151151
- name: Attach Windows Standalone to Release
152152
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)