From 0d5331ccfce5e19a09be8beaec6c5398470649ab Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Thu, 7 Aug 2025 00:20:44 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B6=D0=B0=D1=81=20=D0=BA=D0=B0=D0=BA?= =?UTF-8?q?=D0=BE=D0=B9-=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-ipa.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ipa.yml b/.github/workflows/build-ipa.yml index a7846bd..f90c2ff 100644 --- a/.github/workflows/build-ipa.yml +++ b/.github/workflows/build-ipa.yml @@ -27,7 +27,9 @@ jobs: -configuration Release \ -destination 'generic/platform=iOS' \ -archivePath MobileMkch.xcarchive \ - -allowProvisioningUpdates \ + CODE_SIGN_IDENTITY="" \ + CODE_SIGNING_REQUIRED=NO \ + CODE_SIGNING_ALLOWED=NO \ archive \ -verbose