From c7583e310685ec8ff064af1aa99ae3e3891750b5 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 25 Nov 2022 03:01:07 +0300 Subject: [PATCH] Fixed codesign in Github CI on macOS. --- .github/workflows/mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 69525230e..7fdd6c33b 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -119,7 +119,7 @@ jobs: cd ../out - xcoderun='xcodebuild build -project Telegram.xcodeproj -scheme Telegram -destination "platform=macOS,arch=x86_64" -configuration Debug' + xcoderun='xcodebuild build -project Telegram.xcodeproj -scheme Telegram -destination "platform=macOS,arch=x86_64" -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' bash -c "$xcoderun" || bash -c "$xcoderun" || bash -c "$xcoderun" - name: Move artifact.