Skip to content

Commit c590f95

Browse files
committed
lol i have never had to do this before
1 parent 4e003f7 commit c590f95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
mkdir -p template
2323
mv examples/template/* template/ || echo ok
2424
mv examples/template/.gitignore template/ || echo ok
25-
cp core.sh template/.
26-
cp start.sh template/.
25+
cp -f core.sh template/.
26+
cp -f start.sh template/.
2727
zip -r template.zip template/*
2828
2929
# same thing for tailwind template
3030
mkdir -p tailwind
3131
mv examples/tailwind/* tailwind/ || echo ok
3232
mv examples/tailwind/.gitignore tailwind/ || echo ok
33-
cp core.sh tailwind/.
34-
cp start.sh tailwind/.
33+
cp -f core.sh tailwind/.
34+
cp -f start.sh tailwind/.
3535
zip -r template-tailwind.zip tailwind/*
3636
- uses: ncipollo/release-action@v1
3737
with:

0 commit comments

Comments
 (0)