We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8fd7a commit fd44023Copy full SHA for fd44023
.github/workflows/deploy.yaml
@@ -81,12 +81,6 @@ jobs:
81
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
82
working-directory: android
83
84
-
85
- - name: Use PLAYSTORE_CREDENTIALS
86
- run: echo $PLAYSTORE_CREDENTIALS
87
- env:
88
- PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}
89
90
- run: flutter_distributor release --name dev
91
env:
92
+ PLAYSTORE_CREDENTIALS: "android/app/playstore_cer.json"
0 commit comments