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 184b3c4 commit 2ac5a4cCopy full SHA for 2ac5a4c
build.sh
@@ -70,7 +70,7 @@ echo '::group::Copying files into /tmp/local-repo'
70
# Ignore quote rule because we need to expand glob patterns to copy $assets
71
if [[ -n "$assets" ]]; then
72
echo 'Copying' $assets
73
- cp -rtv /tmp/local-repo/ $assets
+ cp -rvt /tmp/local-repo/ $assets
74
fi
75
echo '::endgroup::'
76
0 commit comments