mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
-
This commit is contained in:
parent
83b7d31e0a
commit
88f8d7b4be
1 changed files with 0 additions and 7 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -71,13 +71,6 @@ jobs:
|
||||||
mv app-armeabi-v7a-release.apk Mangayomi-${{ github.ref_name }}-android-armeabi-v7a.apk
|
mv app-armeabi-v7a-release.apk Mangayomi-${{ github.ref_name }}-android-armeabi-v7a.apk
|
||||||
mv app-x86_64-release.apk Mangayomi-${{ github.ref_name }}-android-x86_64.apk
|
mv app-x86_64-release.apk Mangayomi-${{ github.ref_name }}-android-x86_64.apk
|
||||||
|
|
||||||
- name: build android apk (all architectures)
|
|
||||||
run: |
|
|
||||||
export GRADLE_OPTS="-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+UseG1GC"
|
|
||||||
flutter build apk --release --verbose
|
|
||||||
cd build/app/outputs/flutter-apk
|
|
||||||
mv app-release.apk Mangayomi-${{ github.ref_name }}-android-universal.apk
|
|
||||||
|
|
||||||
- name: upload artifact android apks
|
- name: upload artifact android apks
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue