We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7522d70 commit ccbcf50Copy full SHA for ccbcf50
.yamato/upm-ci-template.yml
@@ -79,8 +79,8 @@ publish:
79
- "upm-ci~/templates/*.tgz"
80
dependencies:
81
- .yamato/upm-ci-template.yml#pack
82
- {% for editor in test_editors %}
83
- {% for platform in test_platforms %}
+ {% for editor in editors %}
+ {% for platform in platforms %}
84
- .yamato/upm-ci-template.yml#test_{{ platform.name }}_{{ editor.version }}
85
{% endfor %}
86
.yamato/upm-ci-webrtc.yml
@@ -97,7 +97,7 @@ publish:
97
- "upm-ci~/packages/*.tgz"
98
99
- .yamato/upm-ci-webrtc.yml#pack
100
101
{% for platform in platforms %}
102
- .yamato/upm-ci-webrtc.yml#test_{{ platform.name }}_{{ editor.version }}
103
0 commit comments