Skip to content

Commit eba7b9c

Browse files
committed
feat: add Firebase App Distribution upload step in Pre-release build configuration
1 parent 7325374 commit eba7b9c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/Pre-release build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444
with:
4545
name: ${{ env.repository_name }} - ${{ env.date_today }} - APK(s) debug generated
4646
path: app/build/outputs/apk/debug/
47+
48+
- name: Upload artifact to Firebase App Distribution
49+
uses: wzieba/Firebase-Distribution-Github-Action@v1
50+
with:
51+
appId: ${{secrets.FIREBASE_APP_ID}}
52+
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
53+
groups: testers
54+
file: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)