diff --git a/.circleci/config.yml b/.circleci/config.yml index e33ffeb840..14eeb2b503 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -437,12 +437,14 @@ jobs: cd apps/remixdesktop yarn installRipGrepMacOXarm64 PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --arm64 + cat release/latest-mac.yml - run: command: | nvm use 20 cd apps/remixdesktop yarn installRipGrepMacOXx64 - PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --x64 + PUBLISH_FOR_PULL_REQUEST='false' USE_HARD_LINKS=false yarn dist --x64 + cat release/latest-mac.yml - run: name: Notarize the app command: |