ci: fix creating secret key ring file

This commit is contained in:
Zihlu Wang
2024-04-29 14:22:55 +08:00
parent d3e5bf84b3
commit 66d933f4d0
@@ -30,9 +30,7 @@ jobs:
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Creating PGP Ring Key - name: Creating PGP Ring Key
run: | run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
mkdir -p ~/.gnupg
gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
- name: Restore gradle.properties - name: Restore gradle.properties
env: env: