Updated the github workflow

This commit is contained in:
Abdullah Alassaf
2024-09-03 14:25:42 +03:00
parent 5a291ce9f8
commit 9d7216295f

View File

@ -31,7 +31,7 @@ jobs:
run: flutter pub get
- name: Build Flutter Web App
run: flutter build web
run: flutter build web --release --dart-define=FLAVOR=development
- name: Build And Deploy
id: builddeploy