From ce257c4dd5f9000a1b43c4103f1d2bacb753545b Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:41:57 +0800 Subject: [PATCH] Drop the duplicated zip operation --- .github/workflows/build-zip.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-zip.yml b/.github/workflows/build-zip.yml index 92a75783..2c0c0a91 100644 --- a/.github/workflows/build-zip.yml +++ b/.github/workflows/build-zip.yml @@ -42,8 +42,6 @@ jobs: # tidy permissions find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; - - zip --quiet -r -9 "./wp2static.zip" ./wp2static shell: bash - name: Upload the archive as an artifact @@ -51,6 +49,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ github.event.repository.name }} - path: plugintmp/wp2static.zip + path: plugintmp/wp2static