fix: mobile sign-in issue (#4424)

* Revert "chore: remove zip package for windows and macOS (#4404)"

This reverts commit f612d9b701.

* Revert "chore: remove zip package for windows and macOS (#4404)"

This reverts commit f612d9b701.

* fix: mobile signin
This commit is contained in:
Lucas.Xu
2024-01-21 21:47:14 +08:00
committed by GitHub
parent 4404e0d727
commit c4acba8216
4 changed files with 36 additions and 4 deletions

View File

@ -250,7 +250,7 @@ script_runner = "@shell"
script = ["""
cd appflowy_flutter/
flutter pub get
flutter build ipa --build-version ${BUILD_VERSION} --split-debug-info=./ --obfuscate --verbose
flutter build ipa --split-debug-info=./ --obfuscate --verbose
"""]
script_runner = "@shell"