Merge pull request #29 from GetStream/develop

Develop
This commit is contained in:
Salvatore Giordano
2021-03-30 10:34:12 +02:00
committed by GitHub
6 changed files with 111 additions and 80 deletions
+4
View File
@@ -30,6 +30,8 @@ jobs:
- name: Flutter setup
run: |
flutter pub get
- name: Copy production config
run: echo ${{ secrets.PRODUCTION_CONFIG }} > lib/app_config.dart
- name: Build and release
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
@@ -54,6 +56,8 @@ jobs:
channel: 'stable'
- run: |
flutter pub get
- name: Copy production config
run: echo ${{ secrets.PRODUCTION_CONFIG }} > lib/app_config.dart
- name: Build
run: |
flutter build apk