Skip to content

Commit 01667df

Browse files
author
Mark Visser
authored
added --package-path to upm-ci commands for publish, promote_test and promote (#481)
1 parent 9a566f2 commit 01667df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.yamato/promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
2525
UPMCI_PROMOTION: 1
2626
commands:
2727
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
28-
- upm-ci package test --unity-version {{ editor.version }}
28+
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
2929
artifacts:
3030
logs:
3131
paths:
@@ -65,7 +65,7 @@ promote:
6565
UPMCI_PROMOTION: 1
6666
commands:
6767
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
68-
- upm-ci package promote
68+
- upm-ci package promote --package-path com.unity.formats.fbx
6969
triggers:
7070
tags:
7171
only:

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ publish:
8888
flavor: b1.small
8989
commands:
9090
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
91-
- upm-ci package publish
91+
- upm-ci package publish --package-path com.unity.formats.fbx
9292
triggers:
9393
tags:
9494
only:

0 commit comments

Comments
 (0)