I currently have an App Var: MY_BUILD_NUM=$BITRISE_BUILD_NUM
How would I overwrite that only when my multi-build workflow (named “deliver”) is started? I tried adding a Set environment variable step in the “deliver” workflow but it didn’t seem to set the build number to be the same for both triggered workflows.
I’m really sorry about the delay in getting to your issue. We are currently migrating to a new system in order to be able to assist you better in the future.
By multi-build workflow, are you referring the one that’s starting multiple ones in with the titular step? Can you expand on what you’d like to achieve here?