Skip to content

Commit ccbcf50

Browse files
authored
fix yamato CI bug (#31)
1 parent 7522d70 commit ccbcf50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yamato/upm-ci-template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ publish:
7979
- "upm-ci~/templates/*.tgz"
8080
dependencies:
8181
- .yamato/upm-ci-template.yml#pack
82-
{% for editor in test_editors %}
83-
{% for platform in test_platforms %}
82+
{% for editor in editors %}
83+
{% for platform in platforms %}
8484
- .yamato/upm-ci-template.yml#test_{{ platform.name }}_{{ editor.version }}
8585
{% endfor %}
8686
{% endfor %}

.yamato/upm-ci-webrtc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ publish:
9797
- "upm-ci~/packages/*.tgz"
9898
dependencies:
9999
- .yamato/upm-ci-webrtc.yml#pack
100-
{% for editor in test_editors %}
100+
{% for editor in editors %}
101101
{% for platform in platforms %}
102102
- .yamato/upm-ci-webrtc.yml#test_{{ platform.name }}_{{ editor.version }}
103103
{% endfor %}

0 commit comments

Comments
 (0)