Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 8, 2021
1 parent a394bc4 commit 781b18f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
working-directory: example/examples/ios
name: Install pod dependencies

- name: Build iOS (debug)
working-directory: example/examples
run: |
pwd
xcodebuild \
-workspace $PWD/ios/examples.xcworkspace \
-scheme examples \
clean archive \
-sdk iphoneos \
-configuration Debug \
-UseModernBuildSystem=NO \
-archivePath $PWD/examples \
CODE_SIGNING_ALLOWED=NO
# - name: Build iOS (debug)
# working-directory: example/examples
# run: |
# pwd
# xcodebuild \
# -workspace $PWD/ios/examples.xcworkspace \
# -scheme examples \
# clean archive \
# -sdk iphoneos \
# -configuration Debug \
# -UseModernBuildSystem=NO \
# -archivePath $PWD/examples \
# CODE_SIGNING_ALLOWED=NO

0 comments on commit 781b18f

Please sign in to comment.