update action

This commit is contained in:
Salvatore Giordano
2021-03-30 11:15:06 +02:00
parent c37af63e55
commit 7e82f213b3
+3 -1
View File
@@ -57,7 +57,9 @@ jobs:
- run: |
flutter pub get
- 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
run: |
flutter build apk