update actions
This commit is contained in:
@@ -56,9 +56,13 @@ jobs:
|
|||||||
- uses: subosito/[email protected]
|
- uses: subosito/[email protected]
|
||||||
with:
|
with:
|
||||||
flutter-version: ${{ env.flutter_version }}
|
flutter-version: ${{ env.flutter_version }}
|
||||||
- run: flutter pub get
|
- run: |
|
||||||
|
cd example
|
||||||
|
flutter pub get
|
||||||
- name: Build
|
- name: Build
|
||||||
run: flutter build apk
|
run: |
|
||||||
|
cd example
|
||||||
|
flutter build apk
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user