From af3863d60eb23bc1644feea31986da27860b07f3 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Tue, 12 Aug 2025 15:14:08 -0700 Subject: [PATCH] Update verification command example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01302b4..817dcb4 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ This project uses [goreleaser](https://goreleaser.com/) to build binaries and [a You can verify the release binaries by following these steps: 1. Download a release from the [releases page](https://github.com/github/gh-combine/releases). -2. Verify it `gh attestation verify --owner github ~/Downloads/darwin-arm64` (an example for darwin-arm64). +2. Verify it `gh attestation verify --owner github ~/Downloads/gh-combine_darwin-arm64` (an example for darwin-arm64). ---