Skip to content

Commit

Permalink
[Chore] firebase CD
Browse files Browse the repository at this point in the history
  • Loading branch information
evergreentree97 committed Aug 11, 2024
1 parent 6438d63 commit 24cca9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflow/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Build APK
run: ./gradlew assembleDebug

- name: Upload artifact to Firebase App Distribution (Stage)
- name: Upload Build to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.PPAC_FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.PPAC_FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: internal_testers
file: app/build/outputs/bundle/assembleDebugassembleDebug.aab
serviceCredentialsFileContent: ${{ secrets.PPAC_FIREBASE_CREDENTIAL }}
groups: android-tester
file: app/build/outputs/apk/debug/app-debug.apk
# app/build/outputs/apk/standard/stage/release/app-standard-stage-release.apk

0 comments on commit 24cca9e

Please sign in to comment.