We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bf387 commit 623394eCopy full SHA for 623394e
.github/workflows/android.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
flutter-version: '1.22.5'
25
- run: flutter pub get
26
+ - run: flutter build apk --split-per-abi
27
- name: Upload APK
28
uses: actions/upload-artifact@v1
29
@@ -39,8 +40,8 @@ jobs:
39
40
41
tag_name: ${{ steps.get_version.outputs.VERSION }}
42
release_name: Release ${{ steps.get_version.outputs.VERSION }}
- asset_path: pubspec.yaml
43
- asset_name: pubspec.yaml
44
- asset_content_type: application/yaml
+ asset_path: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
+ asset_name: app-release.apk
45
+ asset_content_type: application/apk
46
draft: false
47
prerelease: false
0 commit comments