Skip to content

Commit

Permalink
fix: decode debug keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Oct 1, 2024
1 parent 31323e1 commit 7e9c742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
run: |
echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}" | base64 --decode > ./app/firebase_credentials.json
- name: Decode Keystore File
run: |
echo "${{ secrets.DEBUG_KEYSTORE_FILE }}" | base64 --decode > ./app/debug_keystore.jks
- name: Install Dependencies
run: |
gem install bundler
Expand Down

0 comments on commit 7e9c742

Please sign in to comment.