Skip to content

Commit

Permalink
fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 26, 2024
1 parent 39c4dd4 commit 3238a6d
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 @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 3238a6d

Please sign in to comment.