From e73f8dd98f61c6e1488a69d42531a1a246b9cf5a Mon Sep 17 00:00:00 2001 From: Zihlu Wang Date: Mon, 29 Apr 2024 14:41:49 +0800 Subject: [PATCH] ci: fix creating secret key ring file --- .github/workflows/github-packages-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-packages-publish.yml b/.github/workflows/github-packages-publish.yml index 187ea98..24912ac 100644 --- a/.github/workflows/github-packages-publish.yml +++ b/.github/workflows/github-packages-publish.yml @@ -38,7 +38,7 @@ jobs: gpg --list-secret-keys --keyid-format LONG - name: Creating PGP Ring Key - run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring + run: gpg --export-secret-keys -o ~/pgp_key.ring - name: Restore gradle.properties env: