This commit is contained in:
Moustapha Kodjo Amadou 2025-11-13 09:47:05 +01:00
parent dc40dc28d4
commit cf871f5d7c

View file

@ -76,7 +76,7 @@ jobs:
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-all.apk
mv app-release.apk Mangayomi-${{ github.ref_name }}-android-universal.apk
- name: upload artifact android apks
uses: actions/upload-artifact@v4