We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d06b commit c89e38eCopy full SHA for c89e38e
.github/workflows/test_build.yml
@@ -26,7 +26,7 @@ jobs:
26
for path in ./*; do
27
[ -d "${path}" ] || continue # skip if not a directory
28
dirname="$(basename "${path}")"
29
- dest="../$dirname)
+ dest="../${dirname}"
30
mkdir -v ${dest}
31
[ -d "${path}/data" ] || cp -rv "${path}/data" ${dest}/
32
[ -d "${path}/imgs" ] || cp -rv "${path}/imgs" ${dest}/
0 commit comments