From 3238a6d4e40b7efa368552d9f7353c3f6695afc3 Mon Sep 17 00:00:00 2001 From: Mohammed Date: Mon, 27 May 2024 00:25:53 +0100 Subject: [PATCH] fixed path issue --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 34299aa..628afa3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ on: type: string create_tag_and_push: - description: 'Create new tag & Push bump version' + description: "Create new tag & Push bump version" required: true default: true type: boolean @@ -72,7 +72,7 @@ jobs: echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties echo "$PLAY_STORE_CONFIG_JSON" > app/playstore_cer.json - export PLAYSTORE_CREDENTIALS="app/playstore_cer.json" + export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json" env: PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }} KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}