Skip to content

Commit

Permalink
[FEAT/#178] Firebase App Distribution CI/CD 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent 0abed1d commit 9e78ccb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Genti Firebase App Distribution Builder

on:
push:
branches: [ production, develop ]
branches: [ production ]

defaults:
run:
Expand Down Expand Up @@ -77,16 +77,6 @@ jobs:
- name: Build release APK
run: ./gradlew assembleRelease --stacktrace

- name: Verify APK File
run: |
echo "Checking for APK file..."
if [ -f app/build/outputs/apk/release/app-release.apk ]; then
echo "APK file exists: app/build/outputs/apk/release/app-release.apk"
else
echo "APK file does not exist!" >&2
exit 1
fi
- name: Upload to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
Expand Down

0 comments on commit 9e78ccb

Please sign in to comment.