Skip to content

Commit

Permalink
Fixed PLAYSTORE_CREDENTIALS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 26, 2024
1 parent 86be31f commit 8c68a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
echo "$PLAY_STORE_CONFIG_JSON" | base64 --decode > app/playstore_cer.jks
export PLAYSTORE_CREDENTIALS="app/playstore_cer.jks"
echo "$PLAY_STORE_CONFIG_JSON" | base64 --decode > app/playstore_cer.json
export PLAYSTORE_CREDENTIALS="app/playstore_cer.json"
env:
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}
Expand Down

0 comments on commit 8c68a03

Please sign in to comment.