Hello,
I am facing a weird issue.
I am building a plugin, using Github CI to release.
One the release done I provided the zip, the sha1 and the source code from the release.
But I got: The provided javascript/typescript source code does not match your plugin archive assets.
How it is possible even though the source code and the zip are from the same realease ?
What kind of check is Grafana doing ?
Currently using this: Release v1.0.2 · moutyque/grafana-akvorado · GitHub
Thx
EDIT: My issue is comming from one particular generated file. I find that weird cause I commited the generated file and do not run the generation in my CI so I do not get why the grafana plugin submission find a difference.