Skip to content

Commit 6b98bfa

Browse files
committed
fix
1 parent 779c906 commit 6b98bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/release_rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
100100
gh release download "${rc_tag}" \
101101
--dir "${id}" \
102102
--pattern "${tar_gz}" \
103-
--pattern "${tar_gz}.sha512"
103+
--pattern "${tar_gz}.sha512" \
104104
--repo "${repository}" \
105105
--skip-existing
106106

0 commit comments

Comments
 (0)