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
other fix on set playstore cer env
  • Loading branch information
M97Chahboun committed May 26, 2024
commit 654dbe458f8426d1141317532a3d4c8b975956bc
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> key.properties
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
echo "$PLAY_STORE_CONFIG_JSON" > app/playstore_cer.json
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
env:
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
Expand Down
Loading