Skip to content

Commit a8e7110

Browse files
committed
Copy without symlinks
1 parent c8a18a4 commit a8e7110

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
find Demo~/
2929
echo "symlink"
3030
find . -type l -ls
31-
cp -Lr ./Demo~/ ./project
31+
cp -dr ./Demo~/ ./project
32+
ls ./project
33+
cp -r ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./package.json ./project
3234
ls ./project
3335
# Test
3436
- name: Run tests

0 commit comments

Comments
 (0)