Hello!
I’m trying to build a package of my plugin, following the guide here
When building the package I get this error:
ERROR: (Line: 9, Col: 3, Idx: 319) - (Line: 9, Col: 17, Idx: 333): Exception during deserialization
My folder contents are the gha file, the yml file and /misc containing README.md. I didn’t include the dll as in the guide, since I assumed this is for whatever external libraries my gha may require, and my plugin requires none.
Best,