We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedcc79 commit 767ce95Copy full SHA for 767ce95
.github/workflows/main.yaml
@@ -38,6 +38,7 @@ jobs:
38
- name: Decode Keystore
39
run: |
40
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > upload-keystore.jks
41
+ echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > android/upload-keystore.jks
42
ls -l
43
44
- name: Create key.properties
0 commit comments