Skip to content

Commit 9640bbc

Browse files
committed
ci: fix checksums
1 parent 4345656 commit 9640bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ jobs:
9393
done
9494
9595
# Upload SHA256 checksum
96-
gh release upload "${GITHUB_REF_NAME}" "CHECKSUM.sha256" --clobber
96+
gh release upload "${GITHUB_REF_NAME}" "CHECKSUMS.sha256" --clobber
9797
env:
9898
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)