fix build

This commit is contained in:
Salvatore Giordano
2021-06-18 12:06:36 +02:00
parent c3ca037c92
commit 9693e4ac90
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
channel: 'stable'
- 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
- run: pub global activate peanut
- run: flutter pub global run peanut:peanut
- run: git push origin --set-upstream gh-pages