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 c015921 commit b83ec47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: |
for file in Packages/*; do
gpg --batch --status-file ~/gpg_log.txt --passphrase ${{ secrets.GPG_PASS }} --default-key [email protected] \
--pinentry-mode=loopback --clearsign "$file" || (cat ~/gpg_log.txt && exit 1)
--pinentry-mode=loopback --detach-sign "$file" || (cat ~/gpg_log.txt && exit 1)
done
#
# # Upload the built artifacts
Expand Down

0 comments on commit b83ec47

Please sign in to comment.