pull/5370/head
filip mertens 12 months ago
parent a891f76700
commit dd3e7ee8cd
  1. 4
      .circleci/config.yml

@ -322,7 +322,7 @@ jobs:
command: |
cd apps/remixdesktop
# Assuming your app is packaged as a dmg or zip for notarization
xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha.Arm64.dmg' \
xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha-Arm64.dmg' \
--keychain-profile "notarytool-password" \
--wait
- run:
@ -330,7 +330,7 @@ jobs:
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.Arm64.dmg'
xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha-Arm64.dmg'
- store_artifacts:
path: apps/remixdesktop/release/
destination: remixdesktop-mac

Loading…
Cancel
Save