File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Example verification flow:
7373export REPO=Commit-Boost/commit-boost-client
7474export VERSION=vX.Y.Z
7575export ARCH=linux_x86-64
76- export BIN=commit-boost-pbs
76+ export BIN=commit-boost
7777
7878curl -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
9393To verify assets from a fork, replace `REPO` with the fork path, for example :
You can’t perform that action at this time.
0 commit comments