pull/5370/head
filip mertens 9 months ago
parent dedf06740c
commit aeef06dacd
  1. 4
      .circleci/config.yml

@ -307,7 +307,7 @@ jobs:
name: Notarize the app
command: |
# Assuming your app is packaged as a dmg or zip for notarization
xcrun notarytool submit release/Remix IDE-0.0.11-Alpha.dmg \
xcrun notarytool submit 'release/Remix IDE-0.0.11-Alpha.dmg' \
--keychain-profile "AC_PASSWORD" \
--wait \
--apple-id ${APPLE_ID} \
@ -315,7 +315,7 @@ jobs:
- run:
name: Staple the app
command: |
xcrun stapler staple release/Remix IDE-0.0.11-Alpha.dmg
xcrun stapler staple 'release/Remix IDE-0.0.11-Alpha.dmg'
- store_artifacts:
path: apps/remixdesktop/release/
destination: remixdesktop-mac

Loading…
Cancel
Save