Skip to content

Commit 9c87a16

Browse files
committed
fixing key path
1 parent 2751de7 commit 9c87a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
cat <(echo -e "${{ secrets.SIGNING_KEY }}") | base64 -d | gpg --batch --import
187187
gpg --list-secret-keys --keyid-format LONG
188-
gpg --export-secret-keys > /home/runner/.gnupg/secring.gpg
188+
gpg --export-secret-keys > ~/.gnupg/secring.gpg
189189
# - name: "Artifact: Build Outputs"
190190
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191191
# if: ${{ env.TEST_MODE == 'false' }}

0 commit comments

Comments
 (0)