Skip to content

Commit

Permalink
[Chore] local properties 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
evergreentree97 committed Aug 11, 2024
1 parent ed0d4ea commit 12d772c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/firebase_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:

- name: Create Local Properties
run: |
echo "${{ secrets.PPAC_LOCAL_PROPERTIES }}" > ./local.properties
echo "${{ secrets.PPAC_LOCAL_PROPERTIES }}" > ./local.properties
- name: Create Google Services
run: |
echo "${{ secrets.PPAC_GOOGLE_SERVICES }}" > ./app/google-services.json
- name: Build APK
run: ./gradlew assembleRelease PstorePassword=${{secrets.PPAC_KEYSTORE_PASSWORD}} PkeyPassword=${{secrets.PPAC_ALIAS_PASSWORD}}
Expand Down

0 comments on commit 12d772c

Please sign in to comment.