Fix GPG detached signature

main
Elie 2021-06-15 09:55:48 +02:00
parent 00c7c301c5
commit 03b1208853
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 2 additions and 2 deletions

View File

@ -107,11 +107,11 @@ jobs:
- run:
name: "Sign release"
command: |
gpg --sign -u security@cloudskiff.com bin/driftctl_SHA256SUMS
gpg --output bin/driftctl_SHA256SUMS.gpg -u security@cloudskiff.com --detach-sig bin/driftctl_SHA256SUMS
- run:
name: "Verify signature"
command: |
gpg --verify bin/driftctl_SHA256SUMS.gpg
gpg --verify bin/driftctl_SHA256SUMS.gpg bin/driftctl_SHA256SUMS
- persist_to_workspace:
root: ~/project
paths: