Skip to content

Commit

Permalink
ci: fix sha256sum for unversioned archives
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Jul 15, 2024
1 parent e5affa3 commit 6bc0556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
checksum_hash=${checksum:0:64}
size=$(stat -c%s "$archive_name")
echo "$checksum" > "$archive_name.sha256"
sha256sum "archive_name_unversioned" > "$archive_name_unversioned.sha256"
sha256sum "$archive_name_unversioned" > "$archive_name_unversioned.sha256"
# old version info (deprecated)
# only update when a stable release is published
Expand Down

0 comments on commit 6bc0556

Please sign in to comment.