Skip to content

Commit

Permalink
Still zipping too deep
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnstn committed Sep 9, 2024
1 parent c763c14 commit 5acd061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
zip -r ../temp/wpcloud-station/theme.zip . [email protected]
cd ../temp/wpcloud-station
unzip theme.zip
cd ../..
zip -r ./theme.zip temp
cd ../
zip -r ./theme.zip ./wpcloud-station
rm -rf temp
- name: Setup Node for plugin
Expand All @@ -54,8 +54,8 @@ jobs:
zip -r ../temp/wpcloud-station/plugin.zip . [email protected]
cd ../temp/wpcloud-station
unzip plugin.zip
cd ../..
zip -r ./plugin.zip temp
cd ../
zip -r ./plugin.zip wpcloud-station
rm -rf temp
- name: Get release
Expand Down

0 comments on commit 5acd061

Please sign in to comment.