feat: add fdroid and google flavors

This commit is contained in:
andrekir 2023-01-19 11:24:42 -03:00
parent f0294a7955
commit c1fe0ed55f
12 changed files with 267 additions and 22 deletions

View file

@ -36,9 +36,16 @@ jobs:
- name: Build debug APK
run: ./gradlew assembleDebug
- name: Upload APK
- name: Upload F-Droid APK
uses: actions/upload-artifact@v3
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk
name: fdroidDebug
path: app/build/outputs/apk/fdroid/debug/app-fdroid-debug.apk
retention-days: 30
- name: Upload Google APK
uses: actions/upload-artifact@v3
with:
name: googleDebug
path: app/build/outputs/apk/google/debug/app-google-debug.apk
retention-days: 30