Skip to content

Commit

Permalink
Update project-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fluong6 committed Apr 26, 2024
1 parent 4c6b12d commit 62d5942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .yamato/project-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pack_{{ project.name }}:
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci project pack --project-path {{ project.path }}
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
#{% if $YAMATO_TRIGGER_TYPE == "ExternalPush" -%}
dependencies:
- .yamato/ngo_version.yml#update_ngo
#{% endif -%}
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
{% endfor -%}

0 comments on commit 62d5942

Please sign in to comment.