Skip to content

Commit

Permalink
[#3614] Upload debug version of app into Firebase app distribution (#…
Browse files Browse the repository at this point in the history
…3615)

* [#3614] Upload debug version of app into Firebase app distribution

* [#3614] Upload debug version of app into Firebase app distribution

* [#3614] Upload debug version of app into Firebase app distribution
  • Loading branch information
mustafaozhan authored Jun 29, 2024
1 parent 2ff5a99 commit bc1fdc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
with:
name: androidArtifacts
path: |
android/app/build/outputs/apk/google/release/app-google-release.apk
android/app/build/outputs/apk/huawei/release/app-huawei-release.apk
android/app/build/outputs/apk/google/debug/app-google-debug.apk
android/app/build/outputs/apk/huawei/debug/app-huawei-debug.apk
- name: Cancel other jobs if this fails
if: failure()
Expand Down Expand Up @@ -122,15 +122,15 @@ jobs:
appId: ${{secrets.ANDROID_GOOGLE_FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_CLI_TOKEN}}
groups: QA
file: google/release/app-google-release.apk
file: google/debug/app-google-debug.apk

- name: Firebase App Distribution Huawei
uses: wzieba/[email protected]
with:
appId: ${{secrets.ANDROID_HUAWEI_FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_CLI_TOKEN}}
groups: QA
file: huawei/release/app-huawei-release.apk
file: huawei/debug/app-huawei-debug.apk

- name: Delete Android Artifacts
uses: geekyeggo/[email protected]
Expand Down

0 comments on commit bc1fdc0

Please sign in to comment.