Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bggRGjQaUbCoE authored Dec 16, 2024
1 parent 3852e21 commit f4a1cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
if: steps.cache-flutter.outputs.cache-hit != 'true'
uses: subosito/flutter-action@v2
with:
flutter-version: 3.24.0
channel: any
flutter-version: 3.24.5
channel: stable

- name: 下载项目依赖
run: flutter pub get
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
with:
name: app-x86_64
path: |
build/app/outputs/flutter-apk/app-x86_64-release.apk
build/app/outputs/flutter-apk/app-x86_64-release.apk

0 comments on commit f4a1cc2

Please sign in to comment.