Skip to content

Commit

Permalink
[Chore] build Debug로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
evergreentree97 committed Aug 11, 2024
1 parent 51a0a73 commit c70d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "${{ secrets.PPAC_KEYSTORE_PROPERTIES }}" > ./farmeme-keystore.properties
- name: Build APK
run: ./gradlew assembleRelease
run: ./gradlew assembleDebug

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

0 comments on commit c70d29a

Please sign in to comment.