Skip to content

Commit 57967ca

Browse files
authored
Merge pull request #45 from pol-rivero/fix-copied-pkgbuild-name
Ensure the copied PKGBUILD has the correct name
2 parents 88b39ea + 74f3230 commit 57967ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo '::endgroup::'
6464
echo '::group::Copying files into /tmp/local-repo'
6565
{
6666
echo "Copying $pkgbuild"
67-
cp -r "$pkgbuild" /tmp/local-repo/
67+
cp "$pkgbuild" /tmp/local-repo/PKGBUILD
6868
}
6969
# shellcheck disable=SC2086
7070
# Ignore quote rule because we need to expand glob patterns to copy $assets

0 commit comments

Comments
 (0)