|
|
@ -309,7 +309,6 @@ jobs: |
|
|
|
cd apps/remixdesktop |
|
|
|
cd apps/remixdesktop |
|
|
|
xcrun notarytool store-credentials "notarytool-password" |
|
|
|
xcrun notarytool store-credentials "notarytool-password" |
|
|
|
--apple-id ${APPLE_ID} |
|
|
|
--apple-id ${APPLE_ID} |
|
|
|
--team-id ${CSC_NAME} |
|
|
|
|
|
|
|
--password ${APPLE_ID_PASSWORD} |
|
|
|
--password ${APPLE_ID_PASSWORD} |
|
|
|
# Assuming your app is packaged as a dmg or zip for notarization |
|
|
|
# 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' \ |
|
|
|