use a valid .env file from example

This commit is contained in:
austinried 2023-04-28 11:03:22 +09:00
parent 5be08c16d5
commit aae58bc5ee

View File

@ -17,7 +17,7 @@ jobs:
channel: 'stable' channel: 'stable'
cache: true cache: true
- run: touch .env - run: cp .env.example .env
- run: flutter pub get - run: flutter pub get
- run: flutter build apk - run: flutter build apk