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 1e11264 commit 35bb280Copy full SHA for 35bb280
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
cp core.sh template/.
30
cp start.sh template/.
31
cd template/
32
- zip -Sr ../template.zip *
+ zip -r ../template.zip .
33
34
cd ..
35
rm -rf template/
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
- zip -Sr ../template-tailwind.zip *
+ zip -r ../template-tailwind.zip .
46
- uses: ncipollo/release-action@v1
47
with:
48
artifacts: "template.zip,template-tailwind.zip"
0 commit comments