Skip to content

Commit e10b128

Browse files
author
yuzelin
committed
try test1
1 parent f09c65f commit e10b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-source-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "$GPG_PRIVATE_KEY" > /tmp/gpg_private_key.asc
3636
echo "Length of private key: $(wc -c < /tmp/gpg_private_key.asc)"
3737
cat /tmp/gpg_private_key.asc # testing!
38-
echo $GPG_PRIVATE_KEY | gpg --batch --import --yes
38+
echo $GPG_PRIVATE_KEY | base64 --decode | gpg --batch --import --yes
3939
echo "use-agent" >> ~/.gnupg/gpg.conf
4040
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
4141
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)