Skip to content

Commit bf8f0ed

Browse files
committed
fix build paths
1 parent ae0db80 commit bf8f0ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release-build.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
zip -r ../temp/wpcloud-station/theme.zip . [email protected]
3434
cd ../temp/wpcloud-station
3535
unzip theme.zip
36-
cd ../
36+
rm theme.zip
37+
cd ..
3738
zip -r ../theme.zip ./wpcloud-station
39+
cd ..
3840
rm -rf temp
3941
4042
- name: Setup Node for plugin
@@ -54,8 +56,10 @@ jobs:
5456
zip -r ../temp/wpcloud-station/plugin.zip . [email protected]
5557
cd ../temp/wpcloud-station
5658
unzip plugin.zip
57-
cd ../
59+
rm plugin.zip
60+
cd ..
5861
zip -r ../plugin.zip wpcloud-station
62+
cd ..
5963
rm -rf temp
6064
6165
- name: Get release

0 commit comments

Comments
 (0)