Skip to content

Commit

Permalink
chore: RELEASE_KEYSTORE 디코딩 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Aug 19, 2024
1 parent 79810dd commit ade6ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
RELEASE_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE }}
run: |
touch ../android/app/keystore/friendogly.jks
echo RELEASE_KEYSTORE >> ../android/app/keystore/friendogly.jks
echo "$RELEASE_KEYSTORE" | base64 -d > ../android/app/keystore/friendogly.jks
cat ../android/app/keystore/friendogly.jks
- name: Create google-services.json
Expand Down

0 comments on commit ade6ba8

Please sign in to comment.