Skip to content

Commit c89e38e

Browse files
authored
Update test_build.yml
1 parent ff5d06b commit c89e38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
for path in ./*; do
2727
[ -d "${path}" ] || continue # skip if not a directory
2828
dirname="$(basename "${path}")"
29-
dest="../$dirname)
29+
dest="../${dirname}"
3030
mkdir -v ${dest}
3131
[ -d "${path}/data" ] || cp -rv "${path}/data" ${dest}/
3232
[ -d "${path}/imgs" ] || cp -rv "${path}/imgs" ${dest}/

0 commit comments

Comments
 (0)