We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7844de commit c9fcf83Copy full SHA for c9fcf83
.github/workflows/main.yml
@@ -37,5 +37,6 @@ jobs:
37
uses: actions/upload-artifact@v7
38
with:
39
name: dist
40
- path: dist
+ path: dist/*.zip
41
+ archive: false
42
0 commit comments