Skip to content

Commit c4d42f6

Browse files
committed
Update ci.yml
1 parent d5aa547 commit c4d42f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
cp -r "$backend" ./dist/"$backend"
8989
fi
9090
91-
include=$(jq -r '.include // empty' plugin.json)
92-
93-
if [ -n "$include" ]; then
91+
include=$(jq -r '.include // [] | @sh' plugin.json)
92+
if [ "$include" != "''" ]; then
9493
for file in $include; do
9594
cp -r "$file" ./dist/"$file"
9695
done

0 commit comments

Comments
 (0)