Android: Remove prerelease build type
This commit is contained in:
parent
e99bfcca9b
commit
495e32bba0
2 changed files with 1 additions and 6 deletions
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Build APKs
|
||||
run: >
|
||||
ant -noinput -buildfile build.xml dist_android_client
|
||||
-Dgradle.params="-Pandroid.ver=${{ steps.ver.outputs.value }} assembleDebug assemblePrerelease"
|
||||
-Dgradle.params="-Pandroid.ver=${{ steps.ver.outputs.value }} assembleDebug assembleRelease"
|
||||
|
||||
- name: Publish
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
|
|||
|
|
@ -72,11 +72,6 @@ android {
|
|||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
||||
prerelease {
|
||||
versionNameSuffix "-pre"
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
versionNameSuffix "-debug"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue