Changes the Working Directory for all subsequent Steps to a specified path.
This Step changes the base Working Directory for every subsequent Step in the Workflow to the specified path.
Useful, for example, for projects like monorepos where the Bitrise workflow primarily takes place in an iOS or android subdirectory.
If the Step fails with a "does not exist" error, either set Create path if doesn't exist? to true, or make sure an earlier Step creates the directory.
The provided path is resolved to an absolute path before it is applied, so relative paths are resolved against the current Working Directory.