ci: fix creating secret key ring file
This commit is contained in:
@@ -30,9 +30,7 @@ jobs:
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- name: Creating PGP Ring Key
|
||||
run: |
|
||||
mkdir -p ~/.gnupg
|
||||
gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
|
||||
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
|
||||
|
||||
- name: Restore gradle.properties
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user