fix build

This commit is contained in:
Salvatore Giordano
2021-06-18 12:08:43 +02:00
parent 9693e4ac90
commit 0c2f5018ba
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
- run: flutter pub get
- name: Copy production config
run: echo "${{ secrets.PRODUCTION_CONFIG }}" > lib/app_config.dart
- run: pub global activate peanut
- run: flutter pub global activate peanut
- run: flutter pub global run peanut:peanut
- run: git push origin --set-upstream gh-pages