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.
2 parents 88b39ea + 74f3230 commit 57967caCopy full SHA for 57967ca
build.sh
@@ -64,7 +64,7 @@ echo '::endgroup::'
64
echo '::group::Copying files into /tmp/local-repo'
65
{
66
echo "Copying $pkgbuild"
67
- cp -r "$pkgbuild" /tmp/local-repo/
+ cp "$pkgbuild" /tmp/local-repo/PKGBUILD
68
}
69
# shellcheck disable=SC2086
70
# Ignore quote rule because we need to expand glob patterns to copy $assets
0 commit comments