[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
This commit is contained in:
Devin Binnie
2021-10-06 17:05:13 -04:00
committed by GitHub
parent 48cf6fd788
commit 9e440c6db9

View File

@@ -331,11 +331,11 @@ jobs:
name: Installing npm dependencies name: Installing npm dependencies
command: npm ci command: npm ci
- build: - build:
os: mac os: mac-universal
path: ./dist/macos-release path: ./dist/macos-release
subpath: ./macos-release/ subpath: ./macos-release/
- build: - build:
os: mac-universal os: mac
path: ./dist/macos-release path: ./dist/macos-release
subpath: ./macos-release/ subpath: ./macos-release/
- run: - run:
@@ -571,6 +571,7 @@ workflows:
branches: branches:
only: only:
- /^release-\d+(\.\d+){1,2}(-rc.*)?/ - /^release-\d+(\.\d+){1,2}(-rc.*)?/
- pull/1790
- store_artifacts: - store_artifacts:
# for master/PR builds # for master/PR builds