Skip to content

Commit 35c3795

Browse files
committed
workflow 测试
1 parent 26dc6e1 commit 35c3795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/FlutterBuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: subosito/flutter-action@v2
1818
with:
1919
channel: stable
20-
flutter-version-file: pubspec.yaml
20+
flutter-version: '3.35.5'
2121

2222
- run: flutter pub get
2323
- run: flutter build apk --release
@@ -37,7 +37,7 @@ jobs:
3737
uses: subosito/flutter-action@v2
3838
with:
3939
channel: stable
40-
flutter-version-file: pubspec.yaml
40+
flutter-version: '3.35.5'
4141

4242
- run: flutter pub get
4343
- run: flutter build windows
@@ -57,7 +57,7 @@ jobs:
5757
uses: subosito/flutter-action@v2
5858
with:
5959
channel: stable
60-
flutter-version-file: pubspec.yaml
60+
flutter-version: '3.35.5'
6161

6262
- run: flutter pub get
6363
- run: flutter build macos
@@ -77,7 +77,7 @@ jobs:
7777
uses: subosito/flutter-action@v2
7878
with:
7979
channel: stable
80-
flutter-version-file: pubspec.yaml
80+
flutter-version: '3.35.5'
8181

8282
- run: flutter pub get
8383
- run: flutter build ios --no-codesign

0 commit comments

Comments
 (0)