Install and update pyRevit extension from a private repo

Hi @Jean-Marc , thanks for answering. That was the problem.
By default, the GitHub branch was named “main”, renaming it to “master” all worked very fine.

Though I am not seeing the extension from the extension manager in pyRevit and when I try to update it with the command line

pyrevit extensions update extensionName --token=“tokenOfMyAccount”

it returns the following error:

Error: Installed extension “extensionName” not found. (pyRevitLabs.Common.PyRevitException)
… at pyRevitLabs.PyRevit.PyRevitExtensions.GetInstalledExtension(String searchPattern)
… at pyRevitCLI.PyRevitCLI.ProcessArguments()
… at pyRevitCLI.PyRevitCLI.Main(String args)

Maybe is because I download the repository content at the default path %appdata%\pyRevit\Extensions ?