Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geekymon2 committed Jun 1, 2024
1 parent 4c12006 commit 77eb2bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ workflows:
xcode: latest
cocoapods: default
java: 17
android_signing:
- nitnem
triggering:
events:
- push
Expand Down Expand Up @@ -50,7 +52,7 @@ workflows:
- keychain initialize
- keychain add-certificates
- xcode-project use-profiles
- flutter build ipa --export-options-plist=/Users/builder/export_options.plist --build-name=2.0.$(($BUILD_NUMBER + 100)) --build-number=$(($BUILD_NUMBER + 100))
- flutter build ipa --export-options-plist=/Users/builder/export_options.plist --build-name=3.0.$(($BUILD_NUMBER + 300)) --build-number=$(($BUILD_NUMBER + 300))
- |
# build web
flutter build web --release
Expand Down

0 comments on commit 77eb2bd

Please sign in to comment.