release.json asset lost between v6.7.3-beta.1 and v6.7.3-beta.2
torkus opened this issue ยท 6 comments
Description
The release.json
release asset appears to have disappeared started at release v6.7.3-beta.2
release.json
is generated automatically, I haven't changed anything in the packager. Why do you need it?
I maintain a catalogue of wow addons available on Github for my addon manager Strongbox. The catalogue is regenerated weekly and I noticed that the presence of the release.json
file disappeared, which is unusual.
The release.json
file is preferred to scraping a Github release as it is less expensive to download and probably more accurate.
I think I tracked the problem down to your fork of the packager script, it's a little out of date:
Here is the release job with the warning and errors:
https://github.com/Toxicom/toxiui/actions/runs/10073080732/job/27846430418
And this is the interesting line:
https://github.com/Toxicom/toxiui/actions/runs/10073080732/job/27846430418#step:4:42
/home/runner/work/_actions/Toxicom/packager/master/release.sh: line 1220: printf: 110000,11: invalid number
Which eventually leads to:
https://github.com/Toxicom/toxiui/actions/runs/10073080732/job/27846430418#step:4:1000
There was an error creating release.json
I've updated our packager
I believe the issue occured because I introduced multiple versions TOC and the old packager did not support it.
thanks for taking a look @Toxicom
release.json
is back in v6.7.6-beta.1