Skip to content

Commit a3c9566

Browse files
Add download command
1 parent 9b0b1b2 commit a3c9566

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
echo "" >> release-notes-with-attestation.md
8080
echo "Built provenance attestation: [View attestation](${{ steps.attest.outputs.attestation-url }})" >> release-notes-with-attestation.md
8181
echo "" >> release-notes-with-attestation.md
82+
echo "Download the artifacts:" >> release-notes-with-attestation.md
83+
echo "\`\`\`bash" >> release-notes-with-attestation.md
84+
echo "gh release download ${{ github.ref_name }} -repo ${{ github.repository }} -p "*.zip""
85+
echo "\`\`\`" >> release-notes-with-attestation.md
8286
echo "Verify the artifacts by running:" >> release-notes-with-attestation.md
8387
echo "\`\`\`bash" >> release-notes-with-attestation.md
8488
echo "gh attestation verify <artifact-file> --repo ${{ github.repository }}" >> release-notes-with-attestation.md

0 commit comments

Comments
 (0)