Skip to content

Commit a68f23c

Browse files
committed
ci: fix ci configurations
1 parent ae4f914 commit a68f23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Creating PGP Ring Key
4040
run: |
41-
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o gpg_key.ring
42-
pwd
41+
mkdir -p ~/.gnupg
42+
echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o ~/.gnupg/gpg_key.ring
4343
4444
- name: Restore gradle.properties
4545
env:

0 commit comments

Comments
 (0)