Skip to content

Commit

Permalink
ignore the new directory from the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
markkelnar committed Aug 30, 2023
1 parent fe1c7fd commit 3841709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Create a zip file similar to 10up/action-wordpress-plugin-deploy action
run: |
mkdir wpgraphql-smart-cache
rsync -rc --exclude-from=.distignore . wpgraphql-smart-cache/ --delete --delete-excluded
rsync -rc --exclude-from=.distignore --exclude=wpgraphql-smart-cache . wpgraphql-smart-cache/ --delete --delete-excluded -v
zip -r wpgraphql-smart-cache.zip wpgraphql-smart-cache
rm -rf wpgraphql-smart-cache
- name: Upload artifact
Expand Down

0 comments on commit 3841709

Please sign in to comment.