From 74f3230b18c60d041b86e7691b1494c95d4a1dcb Mon Sep 17 00:00:00 2001 From: Pol Rivero <65060696+pol-rivero@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:30:55 +0100 Subject: [PATCH] Ensure the copied PKGBUILD has the correct name (#44) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 334f319..ec39181 100755 --- a/build.sh +++ b/build.sh @@ -64,7 +64,7 @@ echo '::endgroup::' echo '::group::Copying files into /tmp/local-repo' { echo "Copying $pkgbuild" - cp -r "$pkgbuild" /tmp/local-repo/ + cp "$pkgbuild" /tmp/local-repo/PKGBUILD } # shellcheck disable=SC2086 # Ignore quote rule because we need to expand glob patterns to copy $assets