Skip to content

Commit 623394e

Browse files
authored
added action
1 parent 18bf387 commit 623394e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
flutter-version: '1.22.5'
2525
- run: flutter pub get
26+
- run: flutter build apk --split-per-abi
2627
- name: Upload APK
2728
uses: actions/upload-artifact@v1
2829
with:
@@ -39,8 +40,8 @@ jobs:
3940
with:
4041
tag_name: ${{ steps.get_version.outputs.VERSION }}
4142
release_name: Release ${{ steps.get_version.outputs.VERSION }}
42-
asset_path: pubspec.yaml
43-
asset_name: pubspec.yaml
44-
asset_content_type: application/yaml
43+
asset_path: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
44+
asset_name: app-release.apk
45+
asset_content_type: application/apk
4546
draft: false
4647
prerelease: false

0 commit comments

Comments
 (0)