Skip to content

Commit 61b577d

Browse files
committed
FIX: Publish steps using unavailable commands
1 parent 631623e commit 61b577d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.yamato/promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ promote:
77
variables:
88
UPMCI_PROMOTION: 1
99
commands:
10-
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
11-
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
10+
- move ./Assets/Samples ./Packages/com.unity.inputsystem
11+
- move ./Assets/Samples.meta ./Packages/com.unity.inputsystem
1212
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1313
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
1414
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4

0 commit comments

Comments
 (0)