File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,7 @@ pack:
136
136
- " upm-ci~/packages/**"
137
137
build_output :
138
138
paths :
139
- - " com.autodesk.fbx"
140
- build_output_promotion :
141
- paths :
142
- - " com.autodesk.fbx"
139
+ - " com.autodesk.fbx/**"
143
140
144
141
{% for editor in editors %}
145
142
{% for backend in backends %}
@@ -170,9 +167,6 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}:
170
167
logs :
171
168
paths :
172
169
- " upm-ci~/test-results/**/*"
173
- build_output :
174
- paths :
175
- - " com.autodesk.fbx"
176
170
dependencies :
177
171
- .yamato/yamato.yml#pack
178
172
{% endfor %}
@@ -220,11 +214,9 @@ publish:
220
214
packages :
221
215
paths :
222
216
- " upm-ci~/packages/**"
223
- build_output_promotion :
224
- paths :
225
- - " com.autodesk.fbx"
226
217
dependencies :
227
218
- .yamato/yamato.yml#promotion_test
219
+ - .yamato/yamato.yml#pack
228
220
{% for editor in editors %}
229
221
{% for platform in platforms %}
230
222
{% for backend in backends %}
@@ -248,8 +240,6 @@ promote:
248
240
packages :
249
241
paths :
250
242
- " upm-ci~/packages/**"
251
- build_output_promotion :
252
- paths :
253
- - " com.autodesk.fbx"
254
243
dependencies :
244
+ - .yamato/yamato.yml#pack
255
245
- .yamato/yamato.yml#publish
You can’t perform that action at this time.
0 commit comments