ci: fix ci configurations
This commit is contained in:
@@ -38,8 +38,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Creating PGP Ring Key
|
- name: Creating PGP Ring Key
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
|
mkdir -p ~/.gnupg
|
||||||
pwd
|
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o ~/.gnupg/gpg_key.ring
|
||||||
|
|
||||||
- name: Restore gradle.properties
|
- name: Restore gradle.properties
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user