Skip to content

Commit

Permalink
fix: GPG verification command of released artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Dec 2, 2024
1 parent fe375dd commit 3825259
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 3825259

Please sign in to comment.