We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67664db + c67a898 commit deb4e05Copy full SHA for deb4e05
sign.sh
@@ -6,5 +6,5 @@ gpg-agent --daemon --default-cache-ttl 7200
6
echo "$GPG_PRIVATE_KEY_BASE64" | base64 -d | gpg --import --batch --no-tty
7
echo "hello world" > temp.txt
8
gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${PASSPHRASE}" temp.txt
9
-cd assets ; gpg --detach-sign ${PROJECT}-${VERSION}_SHA256SUMS
+cd assets ; gpg --detach-sign ${PROJECT}_${VERSION}_SHA256SUMS
10
rm ../temp.txt
0 commit comments