Skip to content

Commit 0288bd6

Browse files
committed
Don't bother with ignore after unziping
1 parent 13d6b04 commit 0288bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cd ../temp/wpcloud-station
3333
unzip plugin.zip
3434
cd ../..
35-
zip -r ./plugin.zip temp/wpcloud-station [email protected]
35+
zip -r ./plugin.zip temp/wpcloud-station
3636
rm -rf temp
3737
3838
- name: Setup Node for theme
@@ -53,7 +53,7 @@ jobs:
5353
cd ../temp/wpcloud-station
5454
unzip theme.zip
5555
cd ../..
56-
zip -r ./theme.zip temp/wpcloud-station [email protected]
56+
zip -r ./theme.zip temp/wpcloud-station
5757
rm -rf temp
5858
5959
- name: Get release

0 commit comments

Comments
 (0)