Details! Damage Meter

Details! Damage Meter

243M Downloads

Github release is missing assets

nonolai opened this issue ยท 2 comments

commented

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:

  1. CurseBreaker grabs the releases from api.github.com
  2. CurseBreaker inspects the returned JSON looking for assets
  3. The JSON returned by the API has an empty list of assets
  4. This is in direct disagreement with your release page that clearly shows the 2 expected assets:

image

Is there a misconfiguration on your side making the two out of sync?

commented

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.

commented

This project is currently avoiding providing GitHub releases. (See #599)

Closing this as "Won't Fix"