update actions

This commit is contained in:
Salvatore Giordano
2020-07-20 17:37:04 +02:00
parent 1a8edea24e
commit 8d52681069
+6 -2
View File
@@ -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: