Skip to content

Commit

Permalink
More deb package publishing tweaks - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 7, 2021
1 parent 0575b83 commit d7da78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Import GPG signing key
run: |
mkdir -p -m 0700 ~/.gnupg/
printf "${{ secrets.GPG_SIGNING_KEY }}" > ~/.gnupg/private-key.asc
printf -- "${{ secrets.GPG_SIGNING_KEY }}" > ~/.gnupg/private-key.asc
gpg --import --no-tty --batch --yes ~/.gnupg/private-key.asc
- name: Copy deb packages into build area
run: |
Expand Down

0 comments on commit d7da78f

Please sign in to comment.