Updated the pipeline

This commit is contained in:
Abdullah Alassaf
2024-09-04 17:05:13 +03:00
parent 5f4aa93e01
commit fd497d5797
4 changed files with 15 additions and 20 deletions

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=production
- name: Build And Deploy
id: builddeploy