Skip to content

Commit d98b5e0

Browse files
committed
FIX: Publish steps fix for hidden files
1 parent 61b577d commit d98b5e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.yamato/promotion.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ promote:
77
variables:
88
UPMCI_PROMOTION: 1
99
commands:
10-
- move ./Assets/Samples ./Packages/com.unity.inputsystem
11-
- move ./Assets/Samples.meta ./Packages/com.unity.inputsystem
10+
- move /Y .\Assets\Samples .\Packages\com.unity.inputsystem
11+
- xcopy /Y /H .\Assets\Samples.meta .\Packages\com.unity.inputsystem
12+
- del /AH .\Assets\Samples.meta
1213
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1314
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
1415
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u 2019.4

0 commit comments

Comments
 (0)