feat: add mobile app Android and iOS deployment jobs to release workflow

This commit is contained in:
Nawaz Dhandala
2026-02-10 23:09:02 +00:00
parent 3978374ccb
commit c2c97dae0a

View File

@@ -2200,6 +2200,8 @@ jobs:
tag_name: ${{needs.read-version.outputs.major_minor}}
# Build Android release APK and attach to GitHub Release.
# Required secrets setup guide: MobileApp/docs/RELEASE_SIGNING.md
mobile-app-android-deploy:
needs: [draft-github-release, generate-build-number, read-version]
runs-on: ubuntu-latest
@@ -2246,6 +2248,8 @@ jobs:
prerelease: false
tag_name: ${{ needs.read-version.outputs.major_minor }}
# Build iOS release IPA and attach to GitHub Release.
# Required secrets setup guide: MobileApp/docs/RELEASE_SIGNING.md
mobile-app-ios-deploy:
needs: [draft-github-release, generate-build-number, read-version]
runs-on: macos-latest