From 128036f2ef037691efe5b71ef69b645642149c84 Mon Sep 17 00:00:00 2001 From: Rithvik Vibhu Date: Tue, 14 Feb 2023 15:01:12 +0530 Subject: [PATCH] ci: cirrus 19/n --- .cirrus.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7a574df96..dfdaeeba4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -45,15 +45,15 @@ build_task: - npm run package-mac - unzip release/Bob-2.0.0-arm64-mac.zip -d release/ - # Install rcodesign - install_rcodesign_script: - - curl -sL https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.22.0/apple-codesign-0.22.0-aarch64-apple-darwin.tar.gz | tar xzvf - - - # Sign and notarize zip - sign_and_notarize_script: - - chmod +x scripts/macos-ci-sign.sh - - ./scripts/macos-ci-sign.sh `pwd`/apple-codesign-0.22.0-aarch64-apple-darwin/rcodesign - - zip -r release/Bob-macos-arm64-signed.zip --symlinks release/Bob.app + # # Install rcodesign + # install_rcodesign_script: + # - curl -sL https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.22.0/apple-codesign-0.22.0-aarch64-apple-darwin.tar.gz | tar xzvf - + + # # Sign and notarize zip + # sign_and_notarize_script: + # - chmod +x scripts/macos-ci-sign.sh + # - ./scripts/macos-ci-sign.sh `pwd`/apple-codesign-0.22.0-aarch64-apple-darwin/rcodesign + # - zip -r release/Bob-macos-arm64-signed.zip --symlinks release/Bob.app # Upload artifacts binaries_artifacts: