|
|
|
@ -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 |
|
|
|
|