Problem
When using uipath publish or uipath deploy in CI/CD pipelines, there is no way to target a specific subfolder for publishing.
Expected behavior
Support specifying a folder path (including subfolders) when publishing:
# example by folder path
uipath publish --folder-path "Production/Finance/Claims"
# or via environment variable (already defined in the SDK but not wired into publish)
export UIPATH_FOLDER_PATH="Production/Finance/Claims"
uipath deploy
Potentially related issues
Problem
When using
uipath publishoruipath deployin CI/CD pipelines, there is no way to target a specific subfolder for publishing.Expected behavior
Support specifying a folder path (including subfolders) when publishing:
Potentially related issues