Skip to content

Commit

Permalink
Merge pull request #45 from pol-rivero/fix-copied-pkgbuild-name
Browse files Browse the repository at this point in the history
Ensure the copied PKGBUILD has the correct name
  • Loading branch information
KSXGitHub authored Feb 10, 2025
2 parents 88b39ea + 74f3230 commit 57967ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57967ca

Please sign in to comment.