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 4345656 commit 9640bbcCopy full SHA for 9640bbc
.github/workflows/release.yml
@@ -93,6 +93,6 @@ jobs:
93
done
94
95
# Upload SHA256 checksum
96
- gh release upload "${GITHUB_REF_NAME}" "CHECKSUM.sha256" --clobber
+ gh release upload "${GITHUB_REF_NAME}" "CHECKSUMS.sha256" --clobber
97
env:
98
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments