Skip to content

Commit 35bb280

Browse files
committed
zipping files is hard lol
1 parent 1e11264 commit 35bb280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cp core.sh template/.
3030
cp start.sh template/.
3131
cd template/
32-
zip -Sr ../template.zip *
32+
zip -r ../template.zip .
3333
3434
cd ..
3535
rm -rf template/
@@ -42,7 +42,7 @@ jobs:
4242
cp core.sh template/.
4343
cp start.sh template/.
4444
cd template/
45-
zip -Sr ../template-tailwind.zip *
45+
zip -r ../template-tailwind.zip .
4646
- uses: ncipollo/release-action@v1
4747
with:
4848
artifacts: "template.zip,template-tailwind.zip"

0 commit comments

Comments
 (0)