Skip to content

Commit 4f37b4f

Browse files
author
12425
committed
release armeabi-v7a apk
1 parent 78c3399 commit 4f37b4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
sed -i "s/kvpx7qkqjh/${{ secrets.DANDANAPI_APPID }}/g" lib/utils/mortis.dart
5050
sed -i "s/rABUaBLqdz7aCSi3fe88ZDj2gwga9Vax/${{ secrets.DANDANAPI_KEY }}/g" lib/utils/mortis.dart
5151
- name: Build Flutter for Android
52-
run: flutter build apk --split-per-abi
52+
run: flutter build apk --target-platform android-arm,android-arm64
5353
shell: bash
5454
- name: Package android build output
55-
run: cp build/app/outputs/flutter-apk/app-arm64-v8a-release.apk Kazumi_android_${env:tag}.apk
55+
run: cp build/app/outputs/flutter-apk/app-release.apk Kazumi_android_${env:tag}.apk
5656
shell: bash
5757

5858
- name: Upload android outputs

0 commit comments

Comments
 (0)