Skip to content

Commit 3e2f8b5

Browse files
Merge pull request #36 from vk-or/maintenance/add-attestation-on-release-notes
Fix download command
2 parents e2d9a42 + 8748c8d commit 3e2f8b5

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)