Fix website signing task.
This commit is contained in:
parent
956e3924ff
commit
df5114c62c
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ task signProductionInternalRelease {
|
|||
|
||||
task signProductionWebsiteRelease {
|
||||
doLast {
|
||||
def variant = android.applicationVariants.find { (it.name == 'websiteRelease') }
|
||||
def variant = android.applicationVariants.find { (it.name == 'websiteProdRelease') }
|
||||
File signedRelease = signProductionRelease(variant).find { it.name.contains('universal') }
|
||||
assembleWebsiteDescriptor(variant, signedRelease)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue