We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97da0cc commit d7f6870Copy full SHA for d7f6870
1 file changed
.github/workflows/github-actions.yml
@@ -34,11 +34,11 @@ jobs:
34
- name: Decode Properties
35
env:
36
ENCODED_STRING: ${{ secrets.KEYSTORE_PROPERTIES_BASE64 }}
37
- SIGNING_KEY_STORE_PATH: ${{ secrets.KEYSTORE_PROPERTIES_PATH }}
+ SIGNING_PROPERTIES_STORE_PATH: ${{ secrets.KEYSTORE_PROPERTIES_PATH }}
38
39
run: |
40
- echo $ENCODED_STRING > keystore-b64.txt
41
- base64 -d keystore-b64.txt > $SIGNING_KEY_STORE_PATH
+ echo $ENCODED_STRING > properties-b64.txt
+ base64 -d properties-b64.txt > $SIGNING_PROPERTIES_STORE_PATH
42
43
- name: Build Release apk
44
run: ./gradlew assembleRelease
0 commit comments