Skip to content

Commit

Permalink
Update build_and_sign.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
craiglurey authored Jul 24, 2024
1 parent 2642783 commit 2db8962
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_sign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
env:
GPG_PASSPHRASE: ${{ steps.ksecrets.outputs.PASSWORD }}

- name: Verify the signature
run: |
gpg --verify hello-world.asc hello-world
- name: Run the binary
run: ./hello-world

- name: Upload signed binary
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 2db8962

Please sign in to comment.