Skip to content

Commit

Permalink
other fix on set playstore cer env
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 26, 2024
1 parent 3238a6d commit 654dbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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" > app/playstore_cer.json
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
env:
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
Expand Down

0 comments on commit 654dbe4

Please sign in to comment.