mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add fdroid and google flavors
This commit is contained in:
parent
f0294a7955
commit
c1fe0ed55f
12 changed files with 267 additions and 22 deletions
13
.github/workflows/android.yml
vendored
13
.github/workflows/android.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue