Skip to content

Commit 8748c8d

Browse files
Fix download command
1 parent a3c9566 commit 8748c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "" >> release-notes-with-attestation.md
8282
echo "Download the artifacts:" >> release-notes-with-attestation.md
8383
echo "\`\`\`bash" >> release-notes-with-attestation.md
84-
echo "gh release download ${{ github.ref_name }} -repo ${{ github.repository }} -p "*.zip""
84+
echo "gh release download ${{ github.ref_name }} -repo ${{ github.repository }} -p "*.zip"" >> release-notes-with-attestation.md
8585
echo "\`\`\`" >> release-notes-with-attestation.md
8686
echo "Verify the artifacts by running:" >> release-notes-with-attestation.md
8787
echo "\`\`\`bash" >> release-notes-with-attestation.md

0 commit comments

Comments
 (0)