Skip to content

Commit

Permalink
[FIX/#178] gradle clean 과정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Nov 30, 2024
1 parent c45737c commit bcc3cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase_distribution_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ jobs:
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Clean project
run: ./gradlew clean

- name: Build release APK
run: ./gradlew assembleRelease --stacktrace -Pandroid.debug.obsoleteApi=true
run: ./gradlew assembleRelease --stacktrace

- name: Upload to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
Expand Down

0 comments on commit bcc3cb4

Please sign in to comment.