Skip to content

Commit 14ec4c5

Browse files
committed
add a note about "Verifying Release Binaries"
1 parent 3d664b5 commit 14ec4c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ gh combine owner/repo --no-color
212212
LOG_LEVEL=DEBUG gh combine owner/repo
213213
```
214214

215+
## Verifying Release Binaries
216+
217+
This project uses [goreleaser](https://goreleaser.com/) to build binaries and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) to publish the provenance of the release.
218+
219+
You can verify the release binaries by following these steps:
220+
221+
1. Download a release from the [releases page](https://github.com/github/gh-combine/releases).
222+
2. Verify it `gh attestation verify --owner github ~/Downloads/darwin-arm64` (an example for darwin-arm64).
223+
215224
---
216225

217226
Run `gh combine --help` for more information and full command/options usage.

0 commit comments

Comments
 (0)