Skip to content

Commit

Permalink
Upload signed tarballs to GitHub Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 6, 2024
1 parent d2dc465 commit 5369ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/release/02-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ if [ ${SOURCE_UPLOAD} -gt 0 ]; then
${sha256_generate} $tarball > ${tarball}.sha256
${sha512_generate} $tarball > ${tarball}.sha512

# Upload signed tarballs to GitHub Release
gh release upload ${tag} ${tarball}.sha256 ${tarball}.sha512

# check out the arrow RC folder
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow tmp

Expand Down

0 comments on commit 5369ed9

Please sign in to comment.