Commit 887a4928 by Karthik Ponnam Committed by GitHub

Added Github Action to build Web

parent 35ca9f6e
...@@ -29,7 +29,11 @@ jobs: ...@@ -29,7 +29,11 @@ jobs:
with: with:
# The Flutter build release channel # The Flutter build release channel
channel: beta channel: beta
- name: Enabel Web Support Flutter
run: flutter config --enable-web
- name: Build APK - name: Build APK
run: flutter build apk run: flutter build apk
- name: Build For iOS - name: Build For iOS
run: flutter build ios --release --no-codesign run: flutter build ios --release --no-codesign
- name: flutter build web --release
run: flutter build web --release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment