Skip to content

Commit f403305

Browse files
committed
Corrected platform name in webgl definition
1 parent 7953588 commit f403305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% for project in projects.default -%}
1212
{% for platform in test_platforms.desktop -%}
1313
{% for editor in validation_editors.all -%}
14-
webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}:
14+
webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
1515
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]
1616
agent:
1717
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}

0 commit comments

Comments
 (0)