We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc02580 commit af72915Copy full SHA for af72915
.github/workflows/release.yml
@@ -129,6 +129,6 @@ jobs:
129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
130
run: |
131
set -x
132
- assets=$(find ./artifacts -name "*.zip" -printf "-a %p ")
+ assets=$(find ./artifacts -name "*.zip")
133
RELEASE_NAME=${GITHUB_REF#refs/tags/}
134
gh release create "$RELEASE_NAME" --generate-notes ${assets}
0 commit comments