Skip to content

Commit

Permalink
remove wp-content from final build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlHandy committed Jul 27, 2024
1 parent d2cf81f commit 84a198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git pull origin main
- name: Zip project
run: zip -r mmg-checkout-payment.zip . -x "*.git*" -x "tests/*" -x "bin/*" -x "composer.json" -x "composer.lock" -x "phpunit.xml" -x "README.md" -x "*.DS_Store" -x "SECURITY.md"
run: zip -r mmg-checkout-payment.zip . -x "*.git*" -x "tests/*" -x "bin/*" -x "composer.json" -x "composer.lock" -x "phpunit.xml" -x "README.md" -x "*.DS_Store" -x "SECURITY.md" -x "wp-content/*"

- name: Setup GitHub CLI
uses: actions/setup-go@v4
Expand Down

0 comments on commit 84a198a

Please sign in to comment.