Skip to content

Commit

Permalink
Merge pull request #2155 from input-output-hk/jpraynaud/fix-gpg-verif…
Browse files Browse the repository at this point in the history
…ication-ci

Fix: GPG verification command of released artifact
  • Loading branch information
jpraynaud authored Dec 2, 2024
2 parents fe375dd + 3825259 commit e6922b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verify-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gpg: imported: 1
\`\`\`
* **Step 7**: Then verify the GPG signature of the checksum file:
\`\`\`
gpg --verify ./public-key.gpg ./CHECKSUM.asc
gpg --verify ./CHECKSUM.asc
\`\`\`
You must see something like:
\`\`\`
Expand Down

0 comments on commit e6922b8

Please sign in to comment.