Skip to content

Commit ff5989c

Browse files
committed
feat: CI 워크플로우 수정
1 parent f4ceaff commit ff5989c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Android CI
22

33
on:
4+
push:
5+
branches: [ "master" ]
46
pull_request:
57
branches: [ "master" ]
68

@@ -89,6 +91,20 @@ jobs:
8991
- Author: @${{ github.event.pull_request.user.login }}
9092
- Branch: ${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }}
9193
94+
- name: Upload artifact to Firebase App Distribution
95+
uses: wzieba/Firebase-Distribution-Github-Action@v1
96+
with:
97+
appId: ${{secrets.FIREBASE_APP_ID}}
98+
serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
99+
groups: testers
100+
file: app/build/outputs/apk/release/app-release.apk
101+
releaseNotes: |
102+
RunCombi Android v${{ steps.app_version.outputs.version_name }}
103+
104+
PR: ${{ github.event.pull_request.title }}
105+
Author: @${{ github.event.pull_request.user.login }}
106+
Branch: ${{ github.event.pull_request.head.ref }} → ${{ github.event.pull_request.base.ref }}
107+
92108
- name: Upload APK to Slack
93109
if: ${{success()}}
94110
uses: 8398a7/action-slack@v3

0 commit comments

Comments
 (0)