Skip to content

Commit

Permalink
fix the position of v option (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: phenylshima <[email protected]>
  • Loading branch information
phenylshima and phenylshima authored Feb 16, 2025
1 parent 184b3c4 commit 2ac5a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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::'

Expand Down

0 comments on commit 2ac5a4c

Please sign in to comment.