Skip to content

Commit

Permalink
patch: se crea carpeta keystores
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Solis <[email protected]>
  • Loading branch information
Im-Fran committed May 28, 2024
1 parent 324dd63 commit e43e52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
echo $GOOGLE_SERVICES > android/app/google-services.json
echo $API_PLAY_STORE > android/api-playstore.json
mkdir -p android/keystores
echo $KEYSTORE_PROPERTIES > android/keystores/key.properties
echo $KEYSTORE_FILE | base64 --decode > android/keystores/keystore.jks
Expand Down

0 comments on commit e43e52a

Please sign in to comment.