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"