Skip to content

Commit

Permalink
Fixed directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
catacraciun committed Oct 12, 2021
1 parent 0ad2071 commit 7d33bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
mkdir -p .gnupg/
chmod 700 .gnupg
echo "${{secrets.SIGNING_SECRET_KEY_RING_FILE}}" > .gnupg/secring.gpg.b64
base64 -d ~/.gnupg/secring.gpg.b64 > .gnupg/secring.gpg
base64 -d .gnupg/secring.gpg.b64 > .gnupg/secring.gpg
# - name: Configure GPG Key
# run: |
# mkdir -p .gnupg/
Expand Down

0 comments on commit 7d33bad

Please sign in to comment.