pull/5370/head
filip mertens 9 months ago
parent fcee4c2947
commit 991fbcf728
  1. 2
      .circleci/config.yml

@ -302,7 +302,6 @@ jobs:
PUBLISH_FOR_PULL_REQUEST='true' USE_HARD_LINKS=false yarn dist --mac --arm64 PUBLISH_FOR_PULL_REQUEST='true' USE_HARD_LINKS=false yarn dist --mac --arm64
yarn installRipGrepMacOXx64 yarn installRipGrepMacOXx64
PUBLISH_FOR_PULL_REQUEST='true' USE_HARD_LINKS=false yarn dist --mac --x64 PUBLISH_FOR_PULL_REQUEST='true' USE_HARD_LINKS=false yarn dist --mac --x64
rm -rf release/mac*
- run: - run:
name: Notarize the app name: Notarize the app
command: | command: |
@ -318,6 +317,7 @@ jobs:
- run: - run:
name: Staple the app name: Staple the app
command: | command: |
cd apps/remixdesktop
xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg' xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg'
- store_artifacts: - store_artifacts:
path: apps/remixdesktop/release/ path: apps/remixdesktop/release/

Loading…
Cancel
Save