Skip to content

Possible error on main branch #13

Description

@luispinto85

Hello @SE-Abdullah,

I'm creating some pipelines for some colleagues who develop in UIPath, and I was analysing the scripts you share and I'm getting some errors. Analysing the UiPathPack.ps1 script, I noticed that when you are creating the parameters for the uipcli, it seems to me that you have an error in the project_path parameters and in the destination_folder, which is precisely where I'm getting the errors.

You have like this:
$ParamList.Add("`"$project_path`"")
$ParamList.Add("`"$destination_folder`"")

It should not be:
$ParamList.Add("`"$project_path"`")
$ParamList.Add("`"$destination_folder"`")

In addition to this topic, I'd like to congratulate you on the great help you're giving with this issue.

Best regards,
Luis Pinto

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions