upagrad github action
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: CI
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd example/ios
|
cd example/ios
|
||||||
bundle install
|
bundle install
|
||||||
- uses: subosito/flutter-action@v1.3.2
|
- uses: subosito/flutter-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Install firebase-tools
|
- name: Install firebase-tools
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: '12.x'
|
java-version: '12.x'
|
||||||
- uses: subosito/flutter-action@v1.3.2
|
- uses: subosito/flutter-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user