Skip to content

Commit 0343e55

Browse files
committed
Changed from mv in publishing step to move to match Windows image
1 parent ffbe357 commit 0343e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ publish:
187187
variables:
188188
UPMCI_ENABLE_PACKAGE_SIGNING: 1
189189
commands:
190-
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
191-
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
190+
- move /Y .\Assets\Samples .\Packages\com.unity.inputsystem
191+
- move /Y .\Assets\Samples.meta .\Packages\com.unity.inputsystem
192192
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
193193
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
194194
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4

0 commit comments

Comments
 (0)