mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add step to upload AAB as build artifact in Android deployment workflow
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -2528,6 +2528,14 @@ jobs:
|
||||
-PversionName=${{ needs.read-version.outputs.major_minor }} \
|
||||
-PversionCode=${{ needs.generate-build-number.outputs.build_number }}
|
||||
|
||||
- name: Upload AAB as build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: android-aab-${{ needs.read-version.outputs.major_minor }}
|
||||
path: MobileApp/android/app/build/outputs/bundle/release/*.aab
|
||||
retention-days: 90
|
||||
|
||||
- name: Upload AAB to Google Play Store
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user