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 1fbf405 commit bde7cdeCopy full SHA for bde7cde
1 file changed
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
176
- name: Generate MD5 hashes
177
run: |
178
- md5sum ${{ env.PKG_NAME }}-${{ env.VERSION }}-amd64.zip > ${{ env.PKG_NAME }}-${{ env.VERSION }}-amd64.zip.md5
+ md5sum ${{ env.PKG_NAME }}-${{ env.VERSION }}-amd64.zip > ${{ env.PKG_NAME }}-${{ env.VERSION }}.zip.md5
179
md5sum ${{ env.PKG_NAME }}-${{ env.VERSION }}-arm64.zip > ${{ env.PKG_NAME }}-${{ env.VERSION }}-arm64.zip.md5
180
181
- name: Create GitHub Release
0 commit comments