I’m trying to build a CI-CD pipeline using the UiPath CLI on GitHub Actions.
I’m having problems with packing projects that use our self made libraries and are build using windows framework. Other projects that are built using legacy frameworks works perfectly.
I have tried to use different package versions and I know that the problem is not with the running environment since I get the same error when running the command locally
Here is the UiPath CLI used for packing:
UiPath.CLI.Windows - 23.6.8581.19168
Here is the error message I get when packing a project with the UiPath CLI:
From what I tested, this is replicable if you created Windows custom libraries in a Studio 2023.10.0. Apparently, the UiPath.CLI.Windows - 23.6.8581.19168 version is not compatible with such libraries.
Try these:
Create a new Windows library and a process in a Studio 2023.4.5, then retry the packing using the uipcli.exe package pack command.
Remove the Windows custom libraries from your Studio 2023.10.0 process and retry the packing.
Yes, and sorry for not being clear. I have also found the page you are linking to, but i was looking for release notes specifically for the new version