Skip to content

Commit

Permalink
Drop the duplicated zip operation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung authored Apr 28, 2024
1 parent 51f316c commit ce257c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ 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
id: upload-plugin-artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: plugintmp/wp2static.zip
path: plugintmp/wp2static


0 comments on commit ce257c4

Please sign in to comment.