Skip to content

Commit

Permalink
ci: force reupload with clobber, and sign a copy of the source archiv…
Browse files Browse the repository at this point in the history
…es (#792)
  • Loading branch information
braindigitalis authored Aug 22, 2023
1 parent 6c344a1 commit 8985170
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
rm -rf build/sign
mkdir -p build/sign
cd build/sign
gh release download "$1" -A tar.gz
sleep 2
gh release download "$1" -A zip
sleep 2
gh release download "$1"
sleep 2
rm -fv *.asc
find . -type f -exec gpg --armor --detach-sign {} \;
gh release upload "$1" *.asc
gh release upload "$1" ./* --clobber

0 comments on commit 8985170

Please sign in to comment.