Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaginessa authored Jul 16, 2024
1 parent 720ef5a commit 9193fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.10.4'
flutter-version: '3.22.3'

- name: clone
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
flutter build apk
- name: upload debug
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Upload Debug
path: ${{ steps.android-build.outputs.apk-path }}
Expand Down

0 comments on commit 9193fd6

Please sign in to comment.