Skip to content

Commit 0322ef0

Browse files
author
yuzelin
committed
try echo1
1 parent 4829568 commit 0322ef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
mkdir -p ~/.gnupg
3434
chmod 700 ~/.gnupg
35+
echo "$GPG_PRIVATE_KEY" > /tmp/gpg_private_key.asc
36+
echo "Length of private key: $(wc -c < /tmp/gpg_private_key.asc)"
3537
echo $GPG_PRIVATE_KEY | gpg --batch --import --yes
3638
echo "use-agent" >> ~/.gnupg/gpg.conf
3739
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)