Compare commits
1 Commits
27228fcea0
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
a54ab8ca52
|
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user