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