Skip to content

Commit

Permalink
update ci 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 27, 2024
1 parent 8e87c60 commit 2d4a2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 17
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.19.0'
flutter-version: '3.22.0'
- run: flutter pub get
- run: flutter build apk

Expand All @@ -43,7 +43,7 @@ jobs:
java-version: 17
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.19.0'
flutter-version: '3.22.0'
- run: flutter pub get
- run: flutter build apk --target-platform android-arm64
- name: Upload APK
Expand Down

0 comments on commit 2d4a2fb

Please sign in to comment.