diff --git a/build.sh b/build.sh index dec206b..34063f6 100755 --- a/build.sh +++ b/build.sh @@ -70,7 +70,7 @@ echo '::group::Copying files into /tmp/local-repo' # Ignore quote rule because we need to expand glob patterns to copy $assets if [[ -n "$assets" ]]; then echo 'Copying' $assets - cp -rtv /tmp/local-repo/ $assets + cp -rvt /tmp/local-repo/ $assets fi echo '::endgroup::'