From 1ce7b4e3273fae15f4f6898fde9cadd533a056f0 Mon Sep 17 00:00:00 2001 From: Grimmer Kang Date: Wed, 18 Mar 2026 18:14:37 +0800 Subject: [PATCH] fix: ignore duplicate intermediate cert import in CI Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/notarize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notarize.yml b/.github/workflows/notarize.yml index 4b54d02..41990e7 100644 --- a/.github/workflows/notarize.yml +++ b/.github/workflows/notarize.yml @@ -49,7 +49,7 @@ jobs: # Import Developer ID G2 intermediate certificate curl -sO https://www.apple.com/certificateauthority/DeveloperIDG2CA.cer - security import DeveloperIDG2CA.cer -k $KEYCHAIN_PATH + security import DeveloperIDG2CA.cer -k $KEYCHAIN_PATH || true rm DeveloperIDG2CA.cer - name: Build app