We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d8f38 commit 8a90700Copy full SHA for 8a90700
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > keystore.jks && \
22
cat <<EOL > local.properties
23
- storeFilePath=keystore.jks
+ storeFilePath=$PWD/keystore.jks
24
storePassword=${{ secrets.RELEASE_STORE_PASSWORD }}
25
keyAlias=${{ secrets.RELEASE_KEY_ALIAS }}
26
keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}
0 commit comments