We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81a856 commit 6d099a3Copy full SHA for 6d099a3
1 file changed
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/download-artifact@v5
62
with:
63
path: dist
64
- pattern: *
+ pattern: "*"
65
merge-multiple: true
66
- run: ls -R my-artifact
67
0 commit comments