Lang changes
This commit is contained in:
parent
73ccca7b3d
commit
2c1d892f39
|
|
@ -23,8 +23,9 @@ jobs:
|
|||
cp lib/.env.dart.example lib/.env.dart
|
||||
cp android/app/build.gradle.prod android/app/build.gradle
|
||||
sed -i 's/secret/password/g' lib/.env.dart
|
||||
sed -i 's/dns/${{secrets.app_sentry}}/g' lib/.env.dart
|
||||
#sed -i 's/dns/${{secrets.app_sentry}}/g' lib/.env.dart
|
||||
cp lib/utils/i18n lib/utils/i18n.dart
|
||||
|
||||
- run: flutter upgrade
|
||||
- run: flutter config --enable-web
|
||||
- run: flutter build web --release
|
||||
|
|
|
|||
Loading…
Reference in New Issue