Skip to content

Commit

Permalink
Fix path for keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 24, 2024
1 parent 90c45a7 commit 4a0f42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
cd client
echo "$ANDROID_KEYSTORE" | base64 --decode > cge.keystore
echo "$ANDROID_SIGNING_PROPERTIES" | sed -e "s|WORKSPACE|${GITHUB_WORKSPACE}|" - > AndroidSigningProperties.txt
echo "$ANDROID_SIGNING_PROPERTIES" | sed -e "s|WORKSPACE|${GITHUB_WORKSPACE}/client/|" - > 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 4a0f42b

Please sign in to comment.