Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible error on main branch #13

Open
luispinto85 opened this issue Jul 5, 2024 · 0 comments
Open

Possible error on main branch #13

luispinto85 opened this issue Jul 5, 2024 · 0 comments

Comments

@luispinto85
Copy link

luispinto85 commented Jul 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant