Cannot setup different Flutter build arguments in CodeMagic UI #2978
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI am trying to set build arguments for Debug and Release modes in my Flutter build pipeline. 1.) Click on Release radio button Release arguments after setting debug arguments Expected resultsI would expect the arguments set for debug not to overwrite the release arguments?? Actual resultsThe debug arguments, or whatever was last set, overwrites all arguments. Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @MeltdownInteractive , you can only select one build mode per workflow. The best thing to do would be to create separate workflows for debug and release builds. You can create a new workflow by clicking "Duplicate workflow" at the top right of the page. |
Beta Was this translation helpful? Give feedback.
Hi @MeltdownInteractive , you can only select one build mode per workflow. The best thing to do would be to create separate workflows for debug and release builds. You can create a new workflow by clicking "Duplicate workflow" at the top right of the page.