Skip to content

Commit c67a898

Browse files
committed
OAS-4755 | fix shell script
1 parent 67664db commit c67a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gpg-agent --daemon --default-cache-ttl 7200
66
echo "$GPG_PRIVATE_KEY_BASE64" | base64 -d | gpg --import --batch --no-tty
77
echo "hello world" > temp.txt
88
gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${PASSPHRASE}" temp.txt
9-
cd assets ; gpg --detach-sign ${PROJECT}-${VERSION}_SHA256SUMS
9+
cd assets ; gpg --detach-sign ${PROJECT}_${VERSION}_SHA256SUMS
1010
rm ../temp.txt

0 commit comments

Comments
 (0)