Hi community,
I try to upload my package to the catalog with command:
“echo id=$(dataminer-catalog-upload with-registration –path-to-artifact “/path/to/some.dmapp” –dm-catalog-token *** –catalog-identifier “some-uuid” –artifact-version “1.0.18”) >> $GITHUB_OUTPUT”
but it fails with the message:
Option ‘–uri-sourcecode’ is required.
Unrecognized command or argument ‘–catalog-identifier’.
uri-sourcecode should be optional since V3.0.0
How can I tell github to use the correct version of the tool?
Best regards,
Felix
Found a solution, as there are only beta versions of V3.x github uses latest official version. I had to specifify to use a beta version with:
dotnet tool install -g Skyline.DataMiner.CICD.Tools.CatalogUpload –version 3.0.1-beta5