Here is my GitHub action run: revert back from debugging · SourishMurthy1/cpp_demangle@37f64bf · GitHub
It builds fine, but I get this error during the analysis part. I do not know how to tackle this problem.
Thanks in advance for your help.
Here is my GitHub action run: revert back from debugging · SourishMurthy1/cpp_demangle@37f64bf · GitHub
It builds fine, but I get this error during the analysis part. I do not know how to tackle this problem.
Thanks in advance for your help.
I have the same issue. I just posted about it. This happens when the repo name contains a “.” or “_”
@prateekvishnu is correct. See here:
You will want to update your project name (in your Mayhemfile/action) to something like cpp-demangle
(as well as any target names that contain non-alpha-numeric characters).