Skip to content

Commit

Permalink
Build release APK
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 19, 2024
1 parent 4a1e1e7 commit 7e87f68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
server/*-linux-x86_64.tar.gz
if-no-files-found: error

- name: Unpack Android Secrets
env:
ANDROID_KEYSTORE: ${{ secrets.ANDROID_KEYSTORE }}
ANDROID_SIGNING_PROPERTIES: ${{ secrets.ANDROID_SIGNING_PROPERTIES }}
run: |
echo "$ANDROID_KEYSTORE" | base64 --decode > cge.keystore
echo "$ANDROID_SIGNING_PROPERTIES" | sed -e "s|WORKSPACE|${GITHUB_WORKSPACE}|" - > AndroidSigningProperties.txt
- name: Package Android Client
run: cd client/ && castle-engine package --target=android --verbose
# We'd need some UI for Android server
Expand Down

0 comments on commit 7e87f68

Please # to comment.