again
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 2m17s
Build Flutter Web and Docker Image for Local Registry / Build and Push Docker Image to Local Registry (push) Has been skipped

This commit is contained in:
whysman 2024-11-06 00:45:38 -05:00
parent 42fc0246be
commit 9bae9002cd

View File

@ -31,11 +31,11 @@ jobs:
- name: Flutter Pub Get
run: |
flutter pub get
usr/local/flutter/bin/flutter pub get
- name: Build Flutter Web
run: |
flutter build web --release
usr/local/flutter/bin/flutter build web --release
ls -l
- name: List Web Build Output