We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59242 commit 884b9ddCopy full SHA for 884b9dd
.github/workflows/generate-apk-release.yml
@@ -38,5 +38,5 @@ jobs:
38
body: "## What's Changed"
39
draft: true
40
prerelease: false
41
- artifacts: ./PlainApp-${{ env.version_name }}.apk,./PlainApp-${{ env.version_name }}-armeabi-v7a.apk
+ artifacts: ./PlainApp-${{ env.version_name }}-armeabi-v7a.apk,./PlainApp-${{ env.version_name }}-default.apk
42
build-apk.sh
@@ -37,7 +37,7 @@ EOF
37
# Build default APK (arm64-v8a)
./gradlew assembleGithubRelease || err_and_exit "assembleGithubRelease failed"
-BUILD_FILE="PlainApp-$(getVersionName).apk"
+BUILD_FILE="PlainApp-$(getVersionName)-default.apk"
mv ./app/build/outputs/apk/github/release/app-github-release.apk ./$BUILD_FILE
43
# Build armeabi-v7a APK
0 commit comments