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 164fc9e commit 50ce1d5Copy full SHA for 50ce1d5
build.sh
@@ -64,10 +64,10 @@ echo '::group::Copying files into /tmp/local-repo'
64
}
65
# shellcheck disable=SC2086
66
# Ignore quote rule because we need to expand glob patterns to copy $assets
67
-{
+if [[ -n "$assets" ]]; then
68
echo 'Copying' $assets
69
cp -rt /tmp/local-repo/ $assets
70
-}
+fi
71
echo '::endgroup::'
72
73
echo '::group::Generating .SRCINFO'
0 commit comments