Skip to content

Commit 466a5d8

Browse files
committed
typo
1 parent ca2144e commit 466a5d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.yamato/project-updated-dependencies-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ project_pack_-_{{ project.name }}_{{ platform.name }}:
5858
type: {{ platform.type }}
5959
image: {{ platform.image }}
6060
flavor: {{ platform.flavor }}
61-
commands:
62-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm # upm-ci is not preinstalled on the image so we need to download it
63-
- upm-ci project pack --project-path {{ project.path }}
64-
artifacts:
65-
packages:
66-
paths:
67-
- "upm-ci~/packages/**/*"
61+
commands:
62+
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm # upm-ci is not preinstalled on the image so we need to download it
63+
- upm-ci project pack --project-path {{ project.path }}
64+
artifacts:
65+
packages:
66+
paths:
67+
- "upm-ci~/packages/**/*"
6868
{% endfor -%}
6969
{% endfor -%}

0 commit comments

Comments
 (0)