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 a31a0cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ jobs:
echo "${{ secrets.PPAC_LOCAL_PROPERTIES }}" > ./local.properties
- name: Create Google Services
env:
GOOGLE_SERVICES: ${{secrets.PPAC_GOOGLE_SERVICES}}
run: |
echo "${{ secrets.PPAC_GOOGLE_SERVICES }}" > ./app/google-services.json
echo "PPAC_GOOGLE_SERVICES" > app/google-services.json.b64
base64 -d -i app/google-services.json.b64 > 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 a31a0cb

Please sign in to comment.