update action

This commit is contained in:
Salvatore Giordano
2021-03-30 11:06:16 +02:00
parent 0b2959f792
commit c37af63e55
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- run: |
flutter pub get
- name: Copy production config
run: echo ${{ secrets.PRODUCTION_CONFIG }} > lib/app_config.dart
run: echo '${{ secrets.PRODUCTION_CONFIG }}' > lib/app_config.dart
- name: Build
run: |
flutter build apk