mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
-
This commit is contained in:
parent
ab14296c91
commit
1e125a76ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- name: build android apks
|
||||
run: |
|
||||
flutter build apk --release --split-per-abi --dart-define=cronetHttpNoPlay=true
|
||||
flutter build apk --release --split-per-abi
|
||||
cd build/app/outputs/flutter-apk
|
||||
mv app-arm64-v8a-release.apk Mangayomi-${{ github.ref_name }}-android-arm64-v8a.apk
|
||||
mv app-armeabi-v7a-release.apk Mangayomi-${{ github.ref_name }}-android-armeabi-v7a.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue