Commit 123b1929 by Karthik Ponnam

updated workflow

parent 0eff6e19
......@@ -22,20 +22,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Flutter action
uses: subosito/flutter-action@v1.4.0
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
# The Flutter build release channel
channel: stable
- name: Enabel Web Support Flutter
run: flutter config --enable-web
channel: 'stable'
- name: Build APK
run: flutter build apk
- name: Build For iOS
run: flutter build ios --release --no-codesign
- name: Flutter to Beta
run: flutter channel beta
- 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