Skip to content

Commit e13fc17

Browse files
committed
fix keystore path
1 parent dde20ed commit e13fc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
storePassword=${{ secrets.GOOGLE_PLAY_KEYSTORE_PASSWORD }}
3434
keyPassword=${{ secrets.GOOGLE_PLAY_KEYSTORE_PASSWORD }}
3535
keyAlias=${{ secrets.GOOGLE_PLAY_KEY_ALIAS }}
36-
storeFile=app/android/app/my-release-key.jks
36+
storeFile=my-release-key.jks
3737
EOF
3838
3939
- name: Install flutter wrapper

0 commit comments

Comments
 (0)