소스 검색

docs: update attestation instructions in binary readme

Thomas Waldmann 1 개월 전
부모
커밋
eba3f8cfb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/binaries/00_README.txt

+ 1 - 1
docs/binaries/00_README.txt

@@ -80,7 +80,7 @@ use a recent version that supports "gh attestation".
 Practical example (Linux, 2.0.0b20 tag):
 
     curl -LO https://github.com/borgbackup/borg/releases/download/2.0.0b20/borg-linux-glibc235-x86_64-gh
-    gh attestation verify --repo borgbackup/borg --ref 2.0.0b20 ./borg-linux-glibc235-x86_64-gh
+    gh attestation verify --repo borgbackup/borg --source-ref refs/tags/2.0.0b20 borg-linux-glibc235-x86_64-gh
 
 If verification succeeds, gh prints a summary stating the subject (your file),
 that it was attested by GitHub Actions, and the job/workflow reference.