Skip to content

Commit 5c15f60

Browse files
committed
Update ci.yml
1 parent cfcbc3d commit 5c15f60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
fi
9292
9393
include=$(jq -r '.include // [] | @sh' plugin.json)
94+
95+
echo "::notice::Including additional files: $include"
96+
9497
if [ "$include" != "''" ]; then
9598
for file in $include; do
9699
cp -r "$file" ./dist/"$file"

0 commit comments

Comments
 (0)