feat: integrate github action for windows x86_64 release

This commit is contained in:
Lucas.Xu
2022-09-07 22:03:32 +08:00
parent 3d2bfcc7c1
commit fc0fb1c3df
4 changed files with 138 additions and 1 deletions

View File

@ -186,7 +186,7 @@ script = [
"""
cd ./app_flowy/
exec cmd.exe /c flutter clean
exec cmd.exe /c flutter pub get
exec cmd.exe /c flutter packages pub get
exec cmd.exe /c flutter packages pub run easy_localization:generate -S assets/translations/ -f keys -o locale_keys.g.dart -S assets/translations -s en.json
exec cmd.exe /c flutter packages pub run build_runner build --delete-conflicting-outputs
"""