[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
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