Skip to content

Commit 3b1c422

Browse files
committed
remove double forwardslash
1 parent 14f5a54 commit 3b1c422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Tree assembly source paths
6565
run: |
6666
sudo apt-get install tree
67-
tree ./UnityProject//Library/ScriptAssemblies/
67+
tree ./UnityProject/Library/ScriptAssemblies/
6868
tree ./UnityProject/UnityEditor
6969
7070
- name: Build solution

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Tree assembly source paths
6161
run: |
6262
sudo apt-get install tree
63-
tree ./UnityProject//Library/ScriptAssemblies/
63+
tree ./UnityProject/Library/ScriptAssemblies/
6464
tree ./UnityProject/UnityEditor
6565
6666
- name: Build solution

0 commit comments

Comments
 (0)