Skip to content

Commit

Permalink
workflow: found the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimifr committed Jan 24, 2025
1 parent d900918 commit f2866f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
exit 1
fi
echo "$PRIVATE_PGP_KEY_PASSPHRASE" > crypto/passphrase.txt
chmod 600 crypto/privkey.pem crypto/passphrase.txt
tr -d '\n' < crypto/passphrase.txt > tmp
mv tmp crypto/passphrase.txt
make build_gh_actions
rm -f crypto/privkey.pem crypto/passphrase.txt
Expand Down

0 comments on commit f2866f5

Please sign in to comment.