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 8b3df6d commit 7645eb2Copy full SHA for 7645eb2
1 file changed
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload to GitHub Release
73
uses: softprops/action-gh-release@v2
74
with:
75
- files: artifacts/**/*.{tar.gz,zip}
+ files: "artifacts/**/*.{tar.gz,zip}"
76
env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
0 commit comments