Skip to content

Commit 779c906

Browse files
committed
add download 512
1 parent e67a27c commit 779c906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/release/release_rc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
9696

9797
mkdir -p "${id}"
9898

99-
echo "Downloading .tar.gz from GitHub Releases"
99+
echo "Downloading .tar.gz and .sha512 from GitHub Releases"
100100
gh release download "${rc_tag}" \
101101
--dir "${id}" \
102102
--pattern "${tar_gz}" \
103+
--pattern "${tar_gz}.sha512"
103104
--repo "${repository}" \
104105
--skip-existing
105106

0 commit comments

Comments
 (0)