This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user