removing unneeded files from repo and plugin
All checks were successful
Create Release / build (push) Successful in 3s
All checks were successful
Create Release / build (push) Successful in 3s
This commit is contained in:
@@ -42,7 +42,23 @@ jobs:
|
||||
- name: Create plugin zip
|
||||
run: |
|
||||
mkdir -p /tmp/wp-digital-download
|
||||
rsync -av --exclude=".git" --exclude=".gitea" --exclude=".playwright-mcp" --exclude="build" . /tmp/wp-digital-download/
|
||||
rsync -av \
|
||||
--exclude=".git" \
|
||||
--exclude=".gitea" \
|
||||
--exclude=".gitignore" \
|
||||
--exclude=".playwright-mcp" \
|
||||
--exclude="build" \
|
||||
--exclude="node_modules" \
|
||||
--exclude="tests" \
|
||||
--exclude="test" \
|
||||
--exclude="CLAUDE.md" \
|
||||
--exclude="*.json" \
|
||||
--exclude="*.log" \
|
||||
--exclude=".env*" \
|
||||
--exclude="*.bak" \
|
||||
--exclude="*.tmp" \
|
||||
--exclude="*~" \
|
||||
. /tmp/wp-digital-download/
|
||||
cd /tmp
|
||||
zip -r $GITEA_WORK_DIR/wp-digital-download.zip wp-digital-download
|
||||
|
||||
|
Reference in New Issue
Block a user