From 1cb74f46350c32c6e3f214914c09ad0b69f05839 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 5 Jun 2026 01:44:07 +0200 Subject: [PATCH] binary verification: fix gh command somehow giving --owner and --repo separately didn't work with current gh code. --- docs/verify-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/verify-binaries.md b/docs/verify-binaries.md index 2296466..1ca7719 100644 --- a/docs/verify-binaries.md +++ b/docs/verify-binaries.md @@ -39,7 +39,7 @@ Run the `gh attestation verify` command on the downloaded ZIP file, specifying the official repository owner and name: ```bash -gh attestation verify "/path/to/TargetBridge-arm64.app.zip" --owner "swellweb" --repo "targetBridge" +gh attestation verify "/path/to/TargetBridge-arm64.app.zip" --repo "swellweb/targetBridge" ``` ### Expected Successful Output