Skip to content

Commit ae0db80

Browse files
committed
fix zip destination
1 parent 5acd061 commit ae0db80

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
@@ -34,7 +34,7 @@ jobs:
3434
cd ../temp/wpcloud-station
3535
unzip theme.zip
3636
cd ../
37-
zip -r ./theme.zip ./wpcloud-station
37+
zip -r ../theme.zip ./wpcloud-station
3838
rm -rf temp
3939
4040
- name: Setup Node for plugin
@@ -55,7 +55,7 @@ jobs:
5555
cd ../temp/wpcloud-station
5656
unzip plugin.zip
5757
cd ../
58-
zip -r ./plugin.zip wpcloud-station
58+
zip -r ../plugin.zip wpcloud-station
5959
rm -rf temp
6060
6161
- name: Get release

0 commit comments

Comments
 (0)