Updated main github workflow

This commit is contained in:
Abdullah Alassaf
2024-09-03 15:14:47 +03:00
parent 22ea3ca942
commit 1bd953a902

View File

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