Skip to content

Commit ce20aa8

Browse files
committed
corrected utr command
1 parent 94895e6 commit ce20aa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
3030
- unity-downloader-cli -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} --fast --wait
3131

3232
# Build Player
33-
- utr \
33+
- |
34+
{% if platform.name != "win" %}./{% endif %}utr \
3435
--suite=playmode \
3536
--platform={{ platform.standalone }} \
3637
--editor-location=.Editor \

0 commit comments

Comments
 (0)