Skip to content

Commit

Permalink
minoir fix (try to deploy android)
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 27, 2024
1 parent eb8fd7a commit fd44023
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
working-directory: android


- name: Use PLAYSTORE_CREDENTIALS
run: echo $PLAYSTORE_CREDENTIALS
env:
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}

- run: flutter_distributor release --name dev
env:
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}
PLAYSTORE_CREDENTIALS: "android/app/playstore_cer.json"

0 comments on commit fd44023

Please sign in to comment.