Skip to content

Commit

Permalink
build(ios): update artifact build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg authored and zealotchen0 committed Apr 25, 2023
1 parent b92384a commit e05d898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/project_artifact_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: Build
if: ${{ matrix.ref }}
run: |
pushd examples/ios-demo
pod install
popd
xcodebuild build \
-destination 'generic/platform=iOS' \
-project '_Pods.xcodeproj' \
Expand Down

0 comments on commit e05d898

Please sign in to comment.