Skip to content

Commit

Permalink
zipping files is hard lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsdev0 committed Aug 20, 2023
1 parent 1e11264 commit 35bb280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp core.sh template/.
cp start.sh template/.
cd template/
zip -Sr ../template.zip *
zip -r ../template.zip .
cd ..
rm -rf template/
Expand All @@ -42,7 +42,7 @@ jobs:
cp core.sh template/.
cp start.sh template/.
cd template/
zip -Sr ../template-tailwind.zip *
zip -r ../template-tailwind.zip .
- uses: ncipollo/release-action@v1
with:
artifacts: "template.zip,template-tailwind.zip"
Expand Down

0 comments on commit 35bb280

Please sign in to comment.