feat(container): use rsync instead cp
This commit is contained in:
+1
-1
@@ -39,6 +39,6 @@ fi
|
||||
echo '::endgroup::'
|
||||
|
||||
echo '::group::Copying /tmp/gh-action to $WORKPATH'
|
||||
cp -rfv /tmp/gh-action $WORKPATH
|
||||
rsync --avh --delete /tmp/gh-action/ $WORKPATH/
|
||||
cd $WORKPATH
|
||||
echo '::endgroup::'
|
||||
|
||||
Reference in New Issue
Block a user