Skip to content

Commit 2789cec

Browse files
author
Christopher - Marcel Böddecker
committed
Merge branch 'develop' into release
2 parents fd5228f + 25a8435 commit 2789cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/steps/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
}
3535
3636
$path = $setupInstance.Path
37-
$path = Join-Path $path "Editor/Data/Managed/"
37+
$path = Join-Path $path "Editor/Data/Managed"
3838
Write-Host "##vso[task.setvariable variable=Unity.AssembliesPath]$path"
3939
Write-Host "Using Unity at path '$path'."
4040
displayName: Install/find Unity

0 commit comments

Comments
 (0)