react-native-circleci-orb icon indicating copy to clipboard operation
react-native-circleci-orb copied to clipboard

persist_to_workspace paths accepts list of string, not string

Open wolverineks opened this issue 4 years ago • 0 comments

Orb version

v5.4.0

according to docs, persist_to_workspace paths accepts list of string https://circleci.com/docs/2.0/configuration-reference/#persisttoworkspace

orb provides a string, in several places

also, something about the path can't be root of the workspace, not sure if thats what . is

vscode yml extension indicates the same

ive seen . path provided elsewhere, so maybe its actually valid?

wolverineks avatar Jul 18 '21 13:07 wolverineks