Skip to content

Commit c5545d4

Browse files
author
Rene Damm
authored
FIX: Samples not being included in package (#765).
1 parent a7dd332 commit c5545d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.yamato/promotion.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
1717
variables:
1818
UPMCI_PROMOTION: 1
1919
commands:
20+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
21+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
2022
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
2123
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
2224
artifacts:
@@ -57,6 +59,8 @@ promote:
5759
variables:
5860
UPMCI_PROMOTION: 1
5961
commands:
62+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
63+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
6064
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
6165
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
6266
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/

.yamato/upm-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ publish:
6868
image: package-ci/win10:stable
6969
flavor: b1.large
7070
commands:
71+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
72+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
7173
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
7274
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
7375
- upm-ci package publish --package-path ./Packages/com.unity.inputsystem/

0 commit comments

Comments
 (0)