Skip to content

Commit 1826874

Browse files
committed
Upload signed tarballs to GitHub Release
1 parent 8d063c7 commit 1826874

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/release/02-source.sh

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ if [ ${SOURCE_UPLOAD} -gt 0 ]; then
8989
${sha256_generate} $tarball > ${tarball}.sha256
9090
${sha512_generate} $tarball > ${tarball}.sha512
9191

92+
# Upload signed tarballs to GitHub Release
93+
gh release upload ${tag} ${tarball}.sha256 ${tarball}.sha512
94+
9295
# check out the arrow RC folder
9396
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp
9497

0 commit comments

Comments
 (0)