Update main.yml
This commit is contained in:
committed by
GitHub
parent
0e508fb1ef
commit
8a44a02e50
@@ -68,13 +68,13 @@ jobs:
|
||||
cd example
|
||||
flutter pub get
|
||||
flutter build ios --release --no-codesign
|
||||
- name: Build
|
||||
- name: Build and release
|
||||
env:
|
||||
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
|
||||
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
run: |
|
||||
cd ios
|
||||
cd example/ios
|
||||
bundle exec fastlane deploy_to_firebase
|
||||
build_and_deploy_android:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user