We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e606760 commit fa0c597Copy full SHA for fa0c597
.github/workflows/main.yml
@@ -28,6 +28,9 @@ jobs:
28
find Demo~/
29
echo "symlink"
30
find . -type l -ls
31
+ ls ./Demo~/Assets/Plugins/backtrace-unity
32
+ cp -r ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./package.json Demo~/Assets/Plugins/backtrace-unity
33
+
34
# Test
35
- name: Run tests
36
uses: game-ci/unity-test-runner@v4
0 commit comments