Skip to content

Commit

Permalink
disable ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Hsuan Tsai authored and Yu-Hsuan Tsai committed Sep 20, 2024
1 parent 3eee06f commit d16770a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
security unlock-keychain -p "" ~/Library/Keychains/build.keychain >/dev/null 2>&1
security set-key-partition-list -S apple-tool:,apple: -s -k "" ~/Library/Keychains/build.keychain >/dev/null 2>&1
- name: Build iOS app
working-directory: ./mobile_flutter/wlanthermo_flutter_app
run: flutter build ipa --release --export-options-plist=GoogleService-Info.plist
# - name: Build iOS app
# working-directory: ./mobile_flutter/wlanthermo_flutter_app
# run: flutter build ipa --release --export-options-plist=GoogleService-Info.plist

- name: Build android
working-directory: ./mobile_flutter/wlanthermo_flutter_app
Expand Down

0 comments on commit d16770a

Please sign in to comment.