mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: mobile sign-in issue (#4424)
* Revert "chore: remove zip package for windows and macOS (#4404)" This reverts commitf612d9b701
. * Revert "chore: remove zip package for windows and macOS (#4404)" This reverts commitf612d9b701
. * fix: mobile signin
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user