update action
This commit is contained in:
@@ -57,7 +57,9 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
- name: Copy production config
|
- name: Copy production config
|
||||||
run: echo '${{ secrets.PRODUCTION_CONFIG }}' > lib/app_config.dart
|
env:
|
||||||
|
PRODUCTION_CONFIG: ${{ secrets.PRODUCTION_CONFIG }}
|
||||||
|
run: echo "${{ PRODUCTION_CONFIG }}" > lib/app_config.dart
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
flutter build apk
|
flutter build apk
|
||||||
|
|||||||
Reference in New Issue
Block a user