Skip to content

Commit b18899d

Browse files
author
Mark Visser
authored
fixed typo in template variable (#482)
1 parent 01667df commit b18899d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ publish:
9999
- "upm-ci~/packages/*.tgz"
100100
dependencies:
101101
- .yamato/upm-ci.yml#pack
102-
{% for editor in test_editors %}
103-
{% for platform in test_platforms %}
102+
{% for editor in editors %}
103+
{% for platform in platforms %}
104104
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
105105
{% endfor %}
106106
{% endfor %}

0 commit comments

Comments
 (0)