Skip to content

Commit

Permalink
chore: specify flutter version (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Jun 12, 2024
1 parent fa9d754 commit 921209b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
fetch-depth: '0'
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.2'
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down Expand Up @@ -68,6 +71,9 @@ jobs:
# uses: actions/checkout@v4
# - name: Install Flutter
# uses: subosito/flutter-action@v2
# with:
# channel: 'stable'
# flutter-version: '3.22.2'
# - name: Build
# run: dart run fl_build -p ios,mac
# - name: Create Release
Expand Down

0 comments on commit 921209b

Please sign in to comment.