ci: fix ci configurations

This commit is contained in:
Zihlu Wang
2024-04-29 17:58:33 +08:00
parent d5d5bb8edf
commit a1323771c6
@@ -37,7 +37,9 @@ jobs:
trust_level: 5
- name: Creating PGP Ring Key
run: echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
run: |
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
ls -l
- name: Restore gradle.properties
env: