From dd3e7ee8cd525f83562a3d9b00321f4635d73a0e Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 29 Feb 2024 15:49:50 +0100 Subject: [PATCH] arm64 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8766f91556..38fc5ad881 100644 --- a/.circleci/config.yml +++ b/.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