Skip to content

Commit 5acd061

Browse files
committed
Still zipping too deep
1 parent c763c14 commit 5acd061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
zip -r ../temp/wpcloud-station/theme.zip . [email protected]
3434
cd ../temp/wpcloud-station
3535
unzip theme.zip
36-
cd ../..
37-
zip -r ./theme.zip temp
36+
cd ../
37+
zip -r ./theme.zip ./wpcloud-station
3838
rm -rf temp
3939
4040
- name: Setup Node for plugin
@@ -54,8 +54,8 @@ jobs:
5454
zip -r ../temp/wpcloud-station/plugin.zip . [email protected]
5555
cd ../temp/wpcloud-station
5656
unzip plugin.zip
57-
cd ../..
58-
zip -r ./plugin.zip temp
57+
cd ../
58+
zip -r ./plugin.zip wpcloud-station
5959
rm -rf temp
6060
6161
- name: Get release

0 commit comments

Comments
 (0)