You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scripts/verify-distribution.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ You must see:
51
51
\`\`\`
52
52
./***YOUR_ASSET_FILE***: OK
53
53
\`\`\`
54
-
* **Step 5**: Download the public key file from this link [gpg-public.key](${DOWNLOAD_URL_BASE}/gpg-public.key) and save it in the same folder as the asset
54
+
* **Step 5**: Download the public key file from this link [public-key.gpg](${DOWNLOAD_URL_BASE}/public-key.gpg) and save it in the same folder as the asset
55
55
* **Step 6**: Then import the GPG public key:
56
56
\`\`\`
57
-
gpg --import ./gpg-public.key
57
+
gpg --import ./public-key.gpg
58
58
\`\`\`
59
59
You must see something like:
60
60
\`\`\`
@@ -64,7 +64,7 @@ gpg: imported: 1
64
64
\`\`\`
65
65
* **Step 7**: Then verify the GPG signature of the checksum file:
0 commit comments