test setup step #1245
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: |
|
run: |
|
||||||
export PATH=/usr/bin:$PATH
|
export PATH=/usr/bin:$PATH
|
||||||
export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
||||||
|
echo $ANDROID_SDK_ROOT
|
||||||
|
ls -al ~/
|
||||||
chmod u+x ./release.sh
|
chmod u+x ./release.sh
|
||||||
./release.sh
|
./release.sh
|
||||||
cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
|
cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
|
||||||
|
|
Loading…
Reference in a new issue