Skip to content

Commit 6c9b145

Browse files
authored
Update binary sig verification boilerplate in release README
1 parent d906c69 commit 6c9b145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.releases/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Example verification flow:
7373
export REPO=Commit-Boost/commit-boost-client
7474
export VERSION=vX.Y.Z
7575
export ARCH=linux_x86-64
76-
export BIN=commit-boost-pbs
76+
export BIN=commit-boost
7777
7878
curl -L \
7979
-o "$BIN-$VERSION-$ARCH.tar.gz" \
@@ -87,7 +87,7 @@ cosign verify-blob \
8787
"$BIN-$VERSION-$ARCH.tar.gz" \
8888
--bundle "$BIN-$VERSION-$ARCH.tar.gz.sigstore.json" \
8989
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
90-
--certificate-identity="https://github.com/Commit-Boost/commit-boost-client/.github/workflows/release.yml@refs/heads/main"
90+
--certificate-identity="https://github.com/$REPO/.github/workflows/release.yml@refs/heads/main"
9191
```
9292

9393
To verify assets from a fork, replace `REPO` with the fork path, for example:

0 commit comments

Comments
 (0)