From 9e440c6db9bedc7a03b26f8130647d1290352122 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:05:13 -0400 Subject: [PATCH] [MM-39047] Switch order of installers to avoid extra files being embedded (#1790) * [MM-39047] Switch order of installers to avoid extra files being embedded * CircleCi change --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 996fcca3..dacca062 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -331,11 +331,11 @@ jobs: name: Installing npm dependencies command: npm ci - build: - os: mac + os: mac-universal path: ./dist/macos-release subpath: ./macos-release/ - build: - os: mac-universal + os: mac path: ./dist/macos-release subpath: ./macos-release/ - run: @@ -571,6 +571,7 @@ workflows: branches: only: - /^release-\d+(\.\d+){1,2}(-rc.*)?/ + - pull/1790 - store_artifacts: # for master/PR builds