mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-10 17:00:38 +01:00
24
.github/workflows/android.yml
vendored
24
.github/workflows/android.yml
vendored
@@ -69,15 +69,15 @@ jobs:
|
||||
# ./gradlew upload -Ptarget=github-snapshot-${{ github.event.inputs.branch }}
|
||||
# ./gradlew upload -Ptarget=large-snapshot-${{ github.event.inputs.branch }}
|
||||
#https://github.com/actions/upload-artifact
|
||||
#- uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: Mapping files
|
||||
# path: app/build/outputs/mapping/**/mapping.txt
|
||||
#- uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: Native debug symbols
|
||||
# path: app/build/outputs/native-debug-symbols/**/native-debug-symbols.zip
|
||||
#- uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: APK files
|
||||
# path: app/build/outputs/apk/**/release/*.apk
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Mapping files
|
||||
path: app/build/outputs/mapping/**/mapping.txt
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Native debug symbols
|
||||
path: app/build/outputs/native-debug-symbols/**/native-debug-symbols.zip
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: APK files
|
||||
path: app/build/outputs/apk/**/release/*.apk
|
||||
|
||||
Reference in New Issue
Block a user