We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d063c7 commit 1826874Copy full SHA for 1826874
dev/release/02-source.sh
@@ -89,6 +89,9 @@ if [ ${SOURCE_UPLOAD} -gt 0 ]; then
89
${sha256_generate} $tarball > ${tarball}.sha256
90
${sha512_generate} $tarball > ${tarball}.sha512
91
92
+ # Upload signed tarballs to GitHub Release
93
+ gh release upload ${tag} ${tarball}.sha256 ${tarball}.sha512
94
+
95
# check out the arrow RC folder
96
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp
97
0 commit comments