From 38b3a54107a3a4543cc6fc675b70c437de6fc853 Mon Sep 17 00:00:00 2001 From: Robert Debug Date: Mon, 17 May 2021 13:24:06 +0200 Subject: [PATCH] disable code sign --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af6d6cd6..a6fed7dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -716,4 +716,4 @@ jobs: - name: Build archive if: matrix.os == 'macos-10.15' working-directory: ${{ env.DART_WORKSPACE }}/example - run: xcodebuild -workspace ios/Runner.xcworkspace -scheme Runner archive -configuration release -archivePath build/Runner.xcarchive + run: xcodebuild -workspace ios/Runner.xcworkspace -scheme Runner archive -configuration release -archivePath build/Runner.xcarchive CODE_SIGNING_ALLOWED="NO"