Skip to content

Commit 6341165

Browse files
committed
path
1 parent 4d907ed commit 6341165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
ENCODED_KEYSTORE: ${{ secrets.ENCODED_KEYSTORE }}
3838
run: |
39-
echo $ENCODED_KEYSTORE | base64 -d > keystore.jks
39+
echo $ENCODED_KEYSTORE | base64 -d > app/keystore.jks
4040
4141
- name: Build Release AAB
4242
env:

0 commit comments

Comments
 (0)