One more time
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Failing after 1m10s
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:07:58 -05:00
parent 00a0774d15
commit 6734259146

View File

@ -26,15 +26,15 @@ jobs:
tar xf flutter.tar.xz
pwd
export PATH="$PATH:~/usr/local/flutter/bin"
flutter doctor
/usr/local/flutter/bin/flutter doctor
- 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
- name: List Web Build Output
run: |