feat: Copy output packages back to workspace
CI / Test (with Dockerfile) (push) Has been cancelled
CI / Publish OCI image (push) Has been cancelled
CI / Test (with prebuilt OCI Image) (push) Has been cancelled
CI / Release (push) Has been cancelled

This commit is contained in:
2026-04-06 03:16:04 +02:00
parent 27228fcea0
commit 20ea2ec0d5
+1
View File
@@ -95,6 +95,7 @@ WORKPATH=$GITHUB_WORKSPACE/$INPUT_PATH
WORKPATH=${WORKPATH%/} # Remove trailing slash if $INPUT_PATH is empty WORKPATH=${WORKPATH%/} # Remove trailing slash if $INPUT_PATH is empty
echo "::group::Copying files from $HOME/gh-action to $WORKPATH" echo "::group::Copying files from $HOME/gh-action to $WORKPATH"
sudo cp -fv PKGBUILD "$WORKPATH"/PKGBUILD sudo cp -fv PKGBUILD "$WORKPATH"/PKGBUILD
sudo cp -fv *.pkg.tar.zst "$WORKPATH"
if [[ -e .SRCINFO ]]; then if [[ -e .SRCINFO ]]; then
sudo cp -fv .SRCINFO "$WORKPATH"/.SRCINFO sudo cp -fv .SRCINFO "$WORKPATH"/.SRCINFO
fi fi