update action
This commit is contained in:
@@ -57,7 +57,7 @@ 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
|
run: echo '${{ secrets.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