We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f5a54 commit 3b1c422Copy full SHA for 3b1c422
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Tree assembly source paths
65
run: |
66
sudo apt-get install tree
67
- tree ./UnityProject//Library/ScriptAssemblies/
+ tree ./UnityProject/Library/ScriptAssemblies/
68
tree ./UnityProject/UnityEditor
69
70
- name: Build solution
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
0 commit comments