Skip to content

Commit 2ac5a4c

Browse files
authored
fix the position of v option (#46)
Co-authored-by: phenylshima <[email protected]>
1 parent 184b3c4 commit 2ac5a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ echo '::group::Copying files into /tmp/local-repo'
7070
# Ignore quote rule because we need to expand glob patterns to copy $assets
7171
if [[ -n "$assets" ]]; then
7272
echo 'Copying' $assets
73-
cp -rtv /tmp/local-repo/ $assets
73+
cp -rvt /tmp/local-repo/ $assets
7474
fi
7575
echo '::endgroup::'
7676

0 commit comments

Comments
 (0)