We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d907ed commit 6341165Copy full SHA for 6341165
1 file changed
.github/workflows/publish-to-play-store.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
ENCODED_KEYSTORE: ${{ secrets.ENCODED_KEYSTORE }}
38
run: |
39
- echo $ENCODED_KEYSTORE | base64 -d > keystore.jks
+ echo $ENCODED_KEYSTORE | base64 -d > app/keystore.jks
40
41
- name: Build Release AAB
42
0 commit comments