From a54ab8ca52774b80ff71e9ef1f6c07931f39b19f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 6 Apr 2026 03:16:04 +0200 Subject: [PATCH] feat: Copy output packages back to workspace --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 0d5701e..9387d7d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -95,6 +95,7 @@ WORKPATH=$GITHUB_WORKSPACE/$INPUT_PATH WORKPATH=${WORKPATH%/} # Remove trailing slash if $INPUT_PATH is empty echo "::group::Copying files from $HOME/gh-action to $WORKPATH" sudo cp -fv PKGBUILD "$WORKPATH"/PKGBUILD +sudo cp -fv *.pkg.tar.zst "$WORKPATH" if [[ -e .SRCINFO ]]; then sudo cp -fv .SRCINFO "$WORKPATH"/.SRCINFO fi