This commit is contained in:
@@ -53,11 +53,8 @@ jobs:
|
||||
- name: Prepare package
|
||||
run: |
|
||||
mkdir -p build/"$SLUG"
|
||||
rsync -a \
|
||||
--exclude='.git' \
|
||||
--exclude='.github' \
|
||||
--exclude='plugin.xml' \
|
||||
./ build/"$SLUG"/
|
||||
# Copy everything except .git, .github, and plugin.xml
|
||||
find . -maxdepth 1 -not -name "." -not -name ".git" -not -name ".github" -not -name "plugin.xml" -exec cp -r {} build/"$SLUG"/ \;
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# 3. Build the zip
|
||||
|
||||
Reference in New Issue
Block a user