Skip to content

Commit

Permalink
Fix Android path for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 19, 2024
1 parent 7e87f68 commit 90c45a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
ANDROID_KEYSTORE: ${{ secrets.ANDROID_KEYSTORE }}
ANDROID_SIGNING_PROPERTIES: ${{ secrets.ANDROID_SIGNING_PROPERTIES }}
run: |
cd client
echo "$ANDROID_KEYSTORE" | base64 --decode > cge.keystore
echo "$ANDROID_SIGNING_PROPERTIES" | sed -e "s|WORKSPACE|${GITHUB_WORKSPACE}|" - > AndroidSigningProperties.txt
- name: Package Android Client
Expand Down

0 comments on commit 90c45a7

Please sign in to comment.