ci: fix creating secret key ring file
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user