Skip to content

Commit

Permalink
refactor. workflow to use flutter 3.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyamAK committed Apr 14, 2024
1 parent f6b5461 commit 1276c5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flutter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
channel: stable
version: 3.19.4
- run: flutter pub get
- run: flutter analyze .
- run: flutter build apk
Expand Down

0 comments on commit 1276c5c

Please sign in to comment.