Skip to content

Commit

Permalink
Do not copy symlinks recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent 5122989 commit ae03142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
find Demo~/
echo "symlink"
find . -type l -ls
cp -dL ./Demo~/ ./project
cp -dr ./Demo~/ ./project
ls ./project
rm -rf ./project/Assets/Plugins/backtrace-unity/Demo~
find ./project
Expand Down

0 comments on commit ae03142

Please sign in to comment.