This commit is contained in:
Alexandre
2025-02-18 14:12:49 +01:00
committed by GitHub
parent 4e3cd5635f
commit fc84d82a6e

View File

@@ -136,8 +136,6 @@ jobs:
target="$(readlink -f "$link")"
# Remove the symlink
rm "$link"
 
# Copy the file or directory in place
if [ -d "$target" ]; then
cp -R "$target" "$link"
else