fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user