You've already forked wc-tier-and-package-prices
Fix: Exclude CLAUDE.md from vendor symlink path
All checks were successful
Create Release Package / build-release (push) Successful in 1m4s
All checks were successful
Create Release Package / build-release (push) Successful in 1m4s
Zip follows symlinks, so vendor/magdev/wc-licensed-product-client/CLAUDE.md was being included. Added exclusions for both lib/ and vendor/magdev/ paths. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -99,6 +99,8 @@ jobs:
|
|||||||
-x "${PLUGIN_NAME}/*.bak" \
|
-x "${PLUGIN_NAME}/*.bak" \
|
||||||
-x "${PLUGIN_NAME}/lib/*/.git/*" \
|
-x "${PLUGIN_NAME}/lib/*/.git/*" \
|
||||||
-x "${PLUGIN_NAME}/lib/*/CLAUDE.md" \
|
-x "${PLUGIN_NAME}/lib/*/CLAUDE.md" \
|
||||||
|
-x "${PLUGIN_NAME}/vendor/magdev/*/.git/*" \
|
||||||
|
-x "${PLUGIN_NAME}/vendor/magdev/*/CLAUDE.md" \
|
||||||
-x "*.DS_Store" \
|
-x "*.DS_Store" \
|
||||||
-x "*Thumbs.db"
|
-x "*Thumbs.db"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user