From 5acd0612afa67322c289695790b64554f4eaf90b Mon Sep 17 00:00:00 2001 From: jhnstn Date: Mon, 9 Sep 2024 15:45:35 -0400 Subject: [PATCH] Still zipping too deep --- .github/workflows/release-build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index f48d703..3df1205 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -33,8 +33,8 @@ jobs: zip -r ../temp/wpcloud-station/theme.zip . -x@.distignore 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 @@ -54,8 +54,8 @@ jobs: zip -r ../temp/wpcloud-station/plugin.zip . -x@.distignore 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