Skip to content

Commit

Permalink
[Chore] workflow build 부분 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
EvergreenTree97 committed Aug 11, 2024
1 parent 9f71db6 commit 29284a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ jobs:
run: |
echo "${{ secrets.PPAC_LOCAL_PROPERTIES }}" > ./local.properties
- name: Create Google Services
run: |
echo "${{ secrets.PPAC_GOOGLE_SERVICES }}" > ./app/google-services.json
- name: Create KeyStore Properties
run: |
echo "${{ secrets.PPAC_KEYSTORE_PROPERTIES }}" > ./farmeme-keystore.properties
- name: Build APK
run: ./gradlew assembleRelease PstorePassword=${{secrets.PPAC_KEYSTORE_PASSWORD}} PkeyPassword=${{secrets.PPAC_ALIAS_PASSWORD}}
run: ./gradlew assembleRelease

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

0 comments on commit 29284a6

Please sign in to comment.