Skip to content

Commit

Permalink
回滚3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Aug 9, 2024
1 parent 98b8e40 commit 6073d46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.x'
flutter-version: '3.22.x'
cache: true

# 打开MAC Desktop支持
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.x"
flutter-version: "3.22.x"
cache: true
# 安装依赖
- name: Update apt-get
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.x"
flutter-version: "3.22.x"
cache: true
- name: Enable Flutter Desktop
run: flutter config --enable-windows-desktop
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_app_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.x'
flutter-version: '3.22.x'
cache: true

# 打开MAC Desktop支持
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.x"
flutter-version: "3.22.x"
cache: true
# 安装依赖
- name: Update apt-get
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.x"
flutter-version: "3.22.x"
cache: true
- name: Enable Flutter Desktop
run: flutter config --enable-windows-desktop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_tv_app_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.x'
flutter-version: '3.22.x'
cache: true

#更新Flutter的packages
Expand Down

0 comments on commit 6073d46

Please sign in to comment.