seperate steps

signmacosdesktop
bunsenstraat 9 months ago
parent efa1f9bed1
commit 4eabb1cb60
  1. 8
      .circleci/config.yml

@ -348,8 +348,16 @@ jobs:
cp -r dist/apps/remix-ide apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop cd apps/remixdesktop
yarn yarn
- run:
command: |
nvm use 20
cd apps/remixdesktop
yarn installRipGrepMacOXarm64 yarn installRipGrepMacOXarm64
PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --arm64 PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --mac --arm64
- run:
command: |
nvm use 20
cd apps/remixdesktop
yarn installRipGrepMacOXx64 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: - run:

Loading…
Cancel
Save