File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments