troubleshoot build
This commit is contained in:
parent
ab498cc8ed
commit
2ba7647179
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -45,6 +45,8 @@ jobs:
|
|||
run: |
|
||||
export PATH=/usr/bin:$PATH
|
||||
export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
||||
echo $ANDROID_SDK_ROOT
|
||||
ls -al ~/
|
||||
chmod u+x ./release.sh
|
||||
./release.sh
|
||||
cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
|
||||
|
|
Loading…
Reference in a new issue