From c763c1414d6ad5b95d52fcdf2f4b09677d0eb37a Mon Sep 17 00:00:00 2001 From: jhnstn Date: Mon, 9 Sep 2024 15:39:45 -0400 Subject: [PATCH] Don't archive the temp directory --- .github/workflows/release-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 133e1cf..f48d703 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -34,7 +34,7 @@ jobs: cd ../temp/wpcloud-station unzip theme.zip cd ../.. - zip -r ./theme.zip temp/wpcloud-station + zip -r ./theme.zip temp rm -rf temp - name: Setup Node for plugin @@ -55,7 +55,7 @@ jobs: cd ../temp/wpcloud-station unzip plugin.zip cd ../.. - zip -r ./plugin.zip temp/wpcloud-station + zip -r ./plugin.zip temp rm -rf temp - name: Get release