From 4eabb1cb6011666145f7f8422877597d4ae2228e Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sun, 10 Mar 2024 09:15:59 +0100 Subject: [PATCH] seperate steps --- .circleci/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe30e7c342..53d1f1b720 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -348,10 +348,18 @@ jobs: cp -r dist/apps/remix-ide apps/remixdesktop/build cd apps/remixdesktop yarn + - run: + command: | + nvm use 20 + cd apps/remixdesktop yarn installRipGrepMacOXarm64 PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --arm64 + - run: + command: | + nvm use 20 + cd apps/remixdesktop yarn installRipGrepMacOXx64 - PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --x64 + PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --x64 - run: name: Notarize the app command: |