I’m trying to implement the build pipeline for Steam and Epic Games Store. I’m able to upload the binary with BuildPatchTool but couldn’t find a way to set it active for the artifact from command line. Is it possible at all?
It would be a nice feature at least for the non live sandboxes to automatize activating the test builds just as Steam allows it for beta branches while still requiring user input and approval for the default (live) branch.
Ah, my bad. Apparently it’s LabelBinary mode that activates the binary when label parameter is given as Live. So this is my full line on my batch script for any future lurkers: