diff --git a/.yamato/upm-ci.yml b/.yamato/upm-ci.yml index d989f8bee..db640442c 100644 --- a/.yamato/upm-ci.yml +++ b/.yamato/upm-ci.yml @@ -23,15 +23,15 @@ pack: name: Pack agent: type: Unity::VM::osx - image: buildfarm/mac:stable - flavor: m1.mac - commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm - - upm-ci package pack --package-path package/com.unity.formats.usd - artifacts: - packages: - paths: - - "upm-ci~/packages/**/*" + image: buildfarm/mac:stable + flavor: m1.mac + commands: + - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - upm-ci package pack --package-path package/com.unity.formats.usd + artifacts: + packages: + paths: + - "upm-ci~/packages/**/*" {% for editor in test_editors %} {% for platform in test_platforms %}