Github release is missing assets
nonolai opened this issue ยท 2 comments
I was attempting to install Details from this repo using AcidWeb/CurseBreaker. It failed saying that it only supports projects with packaged releases. You do have packaged releases so this seemed to be a bug on their side.
When you dive in, however, the actual issue is:
- CurseBreaker grabs the releases from
api.github.com
- CurseBreaker inspects the returned JSON looking for
assets
- The JSON returned by the API has an empty list of assets
- This is in direct disagreement with your release page that clearly shows the 2 expected assets:
Is there a misconfiguration on your side making the two out of sync?
On the two other wow-addon release pages I checked, there's a release.json + another file in addition to the source code files. Probably something to do with how he does the releases. Too bad it's not fixed yet, as cf support in cursebreaker might break in the near future.
This project is currently avoiding providing GitHub releases. (See #599)
Closing this as "Won't Fix"