Skip to content

Commit 25d85ed

Browse files
committed
use flutter install
1 parent eab4e98 commit 25d85ed

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ jobs:
2020
with:
2121
ref: ${{ inputs.ref }}
2222

23-
- name: Setup Dart
24-
uses: dart-lang/setup-dart@v1
23+
- name: Setup Flutter SDK
24+
uses: flutter-actions/setup-flutter@v3
25+
with:
26+
channel: stable
27+
version: 3.0.2
28+
2529

2630
- name: Deploy platform_interface
2731
run: |
2832
cd ortto_flutter_sdk_platform_interface
29-
dart pub get
30-
dart pub publish --dry-run
33+
flutter pub get
34+
flutter pub publish --dry-run
3135
3236
- name: Deploy sdk_ios
3337
run: |

0 commit comments

Comments
 (0)