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 beeaa2c commit 164fc9eCopy full SHA for 164fc9e
build.sh
@@ -65,14 +65,14 @@ echo '::group::Copying files into /tmp/local-repo'
65
# shellcheck disable=SC2086
66
# Ignore quote rule because we need to expand glob patterns to copy $assets
67
{
68
- echo "Copying " $assets
+ echo 'Copying' $assets
69
cp -rt /tmp/local-repo/ $assets
70
}
71
echo '::endgroup::'
72
73
echo '::group::Generating .SRCINFO'
74
cd /tmp/local-repo
75
-makepkg --printsrcinfo > .SRCINFO
+makepkg --printsrcinfo >.SRCINFO
76
77
78
echo '::group::Committing files to the repository'
0 commit comments