File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments