From 382525964497aba07daf590a49631a28d57d4e94 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 2 Dec 2024 12:57:44 +0100 Subject: [PATCH] fix: GPG verification command of released artifact --- .github/workflows/scripts/verify-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/verify-distribution.sh b/.github/workflows/scripts/verify-distribution.sh index 0bee8c7b465..15f0557b0e3 100755 --- a/.github/workflows/scripts/verify-distribution.sh +++ b/.github/workflows/scripts/verify-distribution.sh @@ -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: \`\`\`