We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5ff8a commit aa652beCopy full SHA for aa652be
1 file changed
.github/workflows/develop_branch.yml
@@ -19,7 +19,7 @@ jobs:
19
RELEASE_STORE_BASE_64: ${{ secrets.RELEASE_STORE_BASE_64 }}
20
run: |
21
echo $RELEASE_STORE_BASE_64 > encoded_keystore.txt
22
- base64 -d -o release.jks < encoded_keystore.txt
+ base64 --decode encoded_keystore.txt > release.jks
23
24
- name: Generate local.properties
25
env:
0 commit comments