We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde20ed commit e13fc17Copy full SHA for e13fc17
.github/workflows/android_build_and_deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
storePassword=${{ secrets.GOOGLE_PLAY_KEYSTORE_PASSWORD }}
34
keyPassword=${{ secrets.GOOGLE_PLAY_KEYSTORE_PASSWORD }}
35
keyAlias=${{ secrets.GOOGLE_PLAY_KEY_ALIAS }}
36
- storeFile=app/android/app/my-release-key.jks
+ storeFile=my-release-key.jks
37
EOF
38
39
- name: Install flutter wrapper
0 commit comments