Closed Aksi0m closed 7 months ago
Yes the only option is to select debug
which runs uploadToAppSweepDebug
and release
which runs uploadToAppSweepRelease
.
I have prodRelease
variant and I cant even run it, seems like only fix for now for me is Gradle Runner
step.
I have also tried setting an environment variable to prodRelease
in variant
option in step but it is still useless. I was expecting it will replace release
with prodRelease
, but no luck.
Hey there, thanks for the feedback! We'll add support for custom build variants in #7.
PR to the main bitrise StepLib was just merged, closing this issue.
Current
build_variant
field seems useless since it is hardcoded to run eitheruploadToAppSweepDebug
uploadToAppSweepRelease
variants. Can we change that to run custom build variants, since most projects will probably have custom variants.