Skip to content

Commit

Permalink
Sign packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Feb 20, 2024
1 parent 11bcbbf commit 2ef5c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
if: matrix.build_type == 'Release'
working-directory: ${{ github.workspace }}
run: |
export GPG_TTY=$(tty)
for file in Packages/*; do
gpg --batch --status-file ~/gpg_log.txt --passphrase ${{ secrets.GPG_PASS }} --default-key [email protected] \
--pinentry-mode=loopback --sign "$file" || (cat ~/gpg_log.txt && exit 1)
Expand Down

0 comments on commit 2ef5c1c

Please sign in to comment.