This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
run: |
|
||||
export ANDROID_HOME=/opt/android-sdk
|
||||
export PATH=$ANDROID_HOME/cmdline-tools/latest/bin:$PATH
|
||||
gradle assembleRelease --no-daemon --stacktrace
|
||||
gradle clean assembleRelease --no-daemon --stacktrace
|
||||
VERSION=${GITHUB_REF#refs/tags/}
|
||||
APK_FILE="app/build/outputs/apk/release/app-${VERSION}-signed.apk"
|
||||
cp app/build/outputs/apk/release/app-release.apk "$APK_FILE"
|
||||
|
||||
Reference in New Issue
Block a user