fix build

This commit is contained in:
Salvatore Giordano
2021-06-18 12:03:13 +02:00
parent 40b880e09c
commit c3ca037c92
+1 -1
View File
@@ -76,9 +76,9 @@ jobs:
- uses: subosito/flutter-action@v1.4.0
with:
channel: 'stable'
- run: flutter pub get
- name: Copy production config
run: echo ${{ secrets.PRODUCTION_CONFIG }} > lib/app_config.dart
- run: flutter pub get
- run: pub global activate peanut
- run: flutter pub global run peanut:peanut
- run: git push origin --set-upstream gh-pages