Skip to content

Commit 3238a6d

Browse files
committed
fixed path issue
1 parent 39c4dd4 commit 3238a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414

1515
create_tag_and_push:
16-
description: 'Create new tag & Push bump version'
16+
description: "Create new tag & Push bump version"
1717
required: true
1818
default: true
1919
type: boolean
@@ -72,7 +72,7 @@ jobs:
7272
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
7373
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
7474
echo "$PLAY_STORE_CONFIG_JSON" > app/playstore_cer.json
75-
export PLAYSTORE_CREDENTIALS="app/playstore_cer.json"
75+
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
7676
env:
7777
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
7878
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}

0 commit comments

Comments
 (0)