Skip to content

Commit

Permalink
Update android-preview-branch-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhianescobar authored Sep 27, 2024
1 parent 9897349 commit dfdddf1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/android-preview-branch-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
GOOGLE_SERVICES_JSON: ${{ vars.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON > ./android/app-newm/google-services.json

- name: build android app
- name: build android apk
run: ./gradlew :android:app-newm:assembleProductionRelease

- name: build android applicationBundle
run: ./gradlew bundleRelease

- uses: r0adkll/sign-android-release@v1
name: Sign app APK
Expand All @@ -62,6 +65,11 @@ jobs:
with:
name: apk
path: ${{steps.sign_app.outputs.signedReleaseFile}}

- uses: actions/upload-artifact@v2
with:
name: Signed app bundle
path: ${{steps.sign_app.outputs.signedReleaseFile}}

- name: Upload artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
Expand Down

0 comments on commit dfdddf1

Please sign in to comment.