From e9f59cd7a978196dd0f3caa9415ed324c486e943 Mon Sep 17 00:00:00 2001 From: phenylshima <49227365+femshima@users.noreply.github.com> Date: Sun, 16 Feb 2025 13:12:39 +0900 Subject: [PATCH] fix the position of v option --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::'