We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c4dd4 commit 3238a6dCopy full SHA for 3238a6d
.github/workflows/deploy.yaml
@@ -13,7 +13,7 @@ on:
13
type: string
14
15
create_tag_and_push:
16
- description: 'Create new tag & Push bump version'
+ description: "Create new tag & Push bump version"
17
required: true
18
default: true
19
type: boolean
@@ -72,7 +72,7 @@ jobs:
72
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
73
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
74
echo "$PLAY_STORE_CONFIG_JSON" > app/playstore_cer.json
75
- export PLAYSTORE_CREDENTIALS="app/playstore_cer.json"
+ export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
76
env:
77
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
78
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}
0 commit comments