forked from organicmaps/organicmaps-tmp
[github] Fix sdk.dir Android configuration
``` Could not find "/usr/local/lib/android/sdk/platform-tools/adb", it's not an Android SDK path! ``` Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
7e4d24f9a5
commit
1295570e10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android-release.yaml
vendored
2
.github/workflows/android-release.yaml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
|||
|
||||
- name: Set up SDK
|
||||
shell: bash
|
||||
run: (cd tools/android; ./set_up_android.py --sdk $ANDROID_SDK_ROOT)
|
||||
run: echo "sdk.dir=$ANDROID_SDK_ROOT" > android/local.properties
|
||||
|
||||
- name: Compile and upload to Google Play
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue