ci: fix ci configurations

This commit is contained in:
Zihlu Wang
2024-04-29 18:00:00 +08:00
parent a1323771c6
commit ae4f914376
@@ -39,7 +39,7 @@ jobs:
- 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
ls -l
pwd
- name: Restore gradle.properties
env: