Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used flutter distributor instead of fastlane for deployment #126

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
fixed path issue
  • Loading branch information
M97Chahboun committed May 26, 2024
commit 3238a6d4e40b7efa368552d9f7353c3f6695afc3
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
Loading