Attempt to automate build
Some checks failed
Android Signed Build and Release / build (push) Failing after 32s
Some checks failed
Android Signed Build and Release / build (push) Failing after 32s
This commit is contained in:
parent
daf480262a
commit
d404f93e88
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Build signed APK
|
||||
run: |
|
||||
export ANDROID_SDK_HOME=/usr/lib/android-sdk
|
||||
export ANDROID_SDK_HOME=/home/runner/.android/sdk/
|
||||
export PATH=$ANDROID_SDK_HOME/tools:$ANDROID_SDK_HOME/platform-tools:$ANDROID_SDK_HOME/:$ANDROID_SDK_HOME/cmdline-tools/latest/tools/bin:$PATH
|
||||
./gradlew assembleRelease
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue