Skip to content

Commit

Permalink
[FEAT/#178] Firebase App Distribution CI/CD aab 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Dec 2, 2024
1 parent 298a066 commit a0b09e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Build release APK
run: ./gradlew assembleRelease --stacktrace
- name: Build release AAB
run: ./gradlew bundleRelease --stacktrace

- name: Upload to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_APP_DISTRIBUTION_KEY }}
groups: genti
file: app/build/outputs/apk/release/app-release.apk
file: app/build/outputs/bundle/release/app-release.aab

0 comments on commit a0b09e7

Please sign in to comment.