Skip to content

Commit

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

0 comments on commit 0575b83

Please sign in to comment.