update
Build WordPress Plugin (XML-driven) / build-release (push) Failing after 35s

This commit is contained in:
Mohamed Youssef
2026-08-02 10:15:50 +03:00
parent da3b582a63
commit 412844bb1f
+2 -5
View File
@@ -53,11 +53,8 @@ jobs:
- name: Prepare package - name: Prepare package
run: | run: |
mkdir -p build/"$SLUG" mkdir -p build/"$SLUG"
rsync -a \ # Copy everything except .git, .github, and plugin.xml
--exclude='.git' \ find . -maxdepth 1 -not -name "." -not -name ".git" -not -name ".github" -not -name "plugin.xml" -exec cp -r {} build/"$SLUG"/ \;
--exclude='.github' \
--exclude='plugin.xml' \
./ build/"$SLUG"/
# ------------------------------------------------------------ # ------------------------------------------------------------
# 3. Build the zip # 3. Build the zip