Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
disable code sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed May 17, 2021
1 parent b3edcd1 commit ed46515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,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"

0 comments on commit ed46515

Please sign in to comment.