Skip to content

Commit

Permalink
Will this do it ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 8, 2024
1 parent f98bfec commit b7d579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Download public key
env:
FINGERPRINT: "0x689DAD778FF08760E046228BA978220305CD5C32"
run: "gpg --keyserver hkps://keys.openpgp.org --recv-keys $FINGERPRINT"
run: "gpg --keyserver hkps://keys.openpgp.org --recv-keys "$FINGERPRINT""

- name: Verify signature of the PHAR file
run: gpg --verify ${{ steps.source.outputs.FILE }}.asc ${{ steps.source.outputs.FILE }}
Expand Down

0 comments on commit b7d579e

Please sign in to comment.