From 4052096ed6907bf692e6d54d7544ea1b22d27f9e Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 20 Mar 2024 07:09:14 +0100 Subject: [PATCH] latest check --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |