[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user