Skip to content

Commit 70465c0

Browse files
author
Félix Bourbonnais
committed
Add correct dependencies
1 parent f00092e commit 70465c0

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.yamato/yamato.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ pack:
136136
- "upm-ci~/packages/**"
137137
build_output:
138138
paths:
139-
- "com.autodesk.fbx"
140-
build_output_promotion:
141-
paths:
142-
- "com.autodesk.fbx"
139+
- "com.autodesk.fbx/**"
143140

144141
{% for editor in editors %}
145142
{% for backend in backends %}
@@ -170,9 +167,6 @@ test_{{ platform.name }}_{{ editor.version }}_{{ backend.name }}:
170167
logs:
171168
paths:
172169
- "upm-ci~/test-results/**/*"
173-
build_output:
174-
paths:
175-
- "com.autodesk.fbx"
176170
dependencies:
177171
- .yamato/yamato.yml#pack
178172
{% endfor %}
@@ -220,11 +214,9 @@ publish:
220214
packages:
221215
paths:
222216
- "upm-ci~/packages/**"
223-
build_output_promotion:
224-
paths:
225-
- "com.autodesk.fbx"
226217
dependencies:
227218
- .yamato/yamato.yml#promotion_test
219+
- .yamato/yamato.yml#pack
228220
{% for editor in editors %}
229221
{% for platform in platforms %}
230222
{% for backend in backends %}
@@ -248,8 +240,6 @@ promote:
248240
packages:
249241
paths:
250242
- "upm-ci~/packages/**"
251-
build_output_promotion:
252-
paths:
253-
- "com.autodesk.fbx"
254243
dependencies:
244+
- .yamato/yamato.yml#pack
255245
- .yamato/yamato.yml#publish

0 commit comments

Comments
 (0)