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

Commit

Permalink
add build archive step
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed May 17, 2021
1 parent 8a4bbf8 commit 2de6223
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -711,4 +711,9 @@ jobs:

- name: Build flutter example
working-directory: ${{ env.DART_WORKSPACE }}/example
run: ${{ matrix.cmd }}
run: ${{ matrix.cmd }}

- 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

0 comments on commit 2de6223

Please sign in to comment.