Skip to content

Commit 8985170

Browse files
ci: force reupload with clobber, and sign a copy of the source archives (#792)
1 parent 6c344a1 commit 8985170

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sign.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
rm -rf build/sign
33
mkdir -p build/sign
44
cd build/sign
5+
gh release download "$1" -A tar.gz
6+
sleep 2
7+
gh release download "$1" -A zip
8+
sleep 2
59
gh release download "$1"
10+
sleep 2
611
rm -fv *.asc
712
find . -type f -exec gpg --armor --detach-sign {} \;
8-
gh release upload "$1" *.asc
13+
gh release upload "$1" ./* --clobber
914

0 commit comments

Comments
 (0)