Skip to content

Commit cca7d1c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
if [ "$include" != "''" ]; then
9898
for file in $include; do
99-
cp -r "$file" ./dist/"$file"
99+
cp -r ./$file ./dist/"$file"
100100
done
101101
fi
102102

0 commit comments

Comments
 (0)