File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 10
10
build_and_deploy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
-
14
13
- uses : actions/checkout@v3
14
+ - name : Set up Flutter
15
+ uses : subosito/flutter-action@v2
16
+ with :
17
+ flutter-version : ' 3.19.0'
15
18
- run : flutter build web
16
19
- uses : FirebaseExtended/action-hosting-deploy@v0
17
20
with :
Original file line number Diff line number Diff line change 8
8
if : ' ${{ github.event.pull_request.head.repo.full_name == github.repository }}'
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : Set Up Flutter
11
+ - uses : actions/checkout@v3
12
+
13
+ - name : Set Up Flutter
12
14
uses : subosito/flutter-action@v2
13
15
with :
14
16
flutter-version : ' 3.19.0'
15
17
channel : ' stable'
16
- - uses : actions/checkout@v3
17
18
- run : flutter build web
18
19
- uses : FirebaseExtended/action-hosting-deploy@v0
19
20
with :
You can’t perform that action at this time.
0 commit comments