Skip to content

Commit e6922b8

Browse files
authored
Merge pull request #2155 from input-output-hk/jpraynaud/fix-gpg-verification-ci
Fix: GPG verification command of released artifact
2 parents fe375dd + 3825259 commit e6922b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/verify-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ gpg: imported: 1
6464
\`\`\`
6565
* **Step 7**: Then verify the GPG signature of the checksum file:
6666
\`\`\`
67-
gpg --verify ./public-key.gpg ./CHECKSUM.asc
67+
gpg --verify ./CHECKSUM.asc
6868
\`\`\`
6969
You must see something like:
7070
\`\`\`

0 commit comments

Comments
 (0)