Skip to content

Commit

Permalink
Fix GPG key id
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Apr 20, 2022
1 parent b8e6657 commit 082c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
git archive --prefix="keepassxc-cryptomator-${{ github.ref_name }}/" -o "keepassxc-cryptomator-${{ github.ref_name }}.tar.gz" ${{ github.ref }}
echo "${GPG_PASSPHRASE}" | gpg --batch --quiet --passphrase-fd 0 --pinentry-mode loopback -u 615D449FE6E6A235 --detach-sign -a keepassxc-cryptomator-*.tar.gz
echo "${GPG_PASSPHRASE}" | gpg --batch --quiet --passphrase-fd 0 --pinentry-mode loopback -u 5BFB2076ABC48776 --detach-sign -a keepassxc-cryptomator-*.tar.gz
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

Expand Down

0 comments on commit 082c571

Please sign in to comment.