Skip to content

Commit c763c14

Browse files
committed
Don't archive the temp directory
1 parent b99a446 commit c763c14

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 temp/wpcloud-station
37+
zip -r ./theme.zip temp
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 temp/wpcloud-station
58+
zip -r ./plugin.zip temp
5959
rm -rf temp
6060
6161
- name: Get release

0 commit comments

Comments
 (0)