Skip to content

Commit

Permalink
🔥 Don't create duplicate ZIP file for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Oct 5, 2024
1 parent 8f3859b commit 48a7ad8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# Move all files that should be uploaded to a new directory
- run: mkdir ${{ github.event.repository.name }}-build && rsync -a --exclude-from='.github/exclude_list' . ${{ github.event.repository.name }}-build
- run: cd ${{ github.event.repository.name }}-build && zip -r ../${{ github.event.repository.name }}.zip * -x "${{ github.event.repository.name }}-build/*" && cd ..
- run: rm -rf ${{ github.event.repository.name }}-build
# Create artifacts
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 48a7ad8

Please sign in to comment.