We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab3b111 + 429268a commit 37e2148Copy full SHA for 37e2148
1 file changed
.github/workflows/build.yml
@@ -131,4 +131,4 @@ jobs:
131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
run: |
133
set -e
134
- gh release upload release-latest artifacts/** --clobber
+ find artifacts -type f -print0 | xargs -0 gh release upload release-latest --clobber
0 commit comments