launchdarkly / ld-find-code-refs

Build tool for automatically sending feature flag code references to LaunchDarkly
https://launchdarkly.com
Other
46 stars 34 forks source link

Assets missing from 2.11.0 release, breaks Ubuntu install script #378

Closed manbearwiz closed 1 year ago

manbearwiz commented 1 year ago

Previous releases all contain deb and rpm packages. The 2.11.0 release only contains the source archives. Is this intentional?

https://github.com/launchdarkly/ld-find-code-refs/releases

codyaray commented 1 year ago

This is causing our builds to break too. Please fix 🙏

manbearwiz commented 1 year ago

Yeah to clarify, this breaks the Ubuntu install script in the README.

This works to pin to the previous release until this can be addressed.

wget -qO- https://api.github.com/repos/launchdarkly/ld-find-code-refs/releases/93221017 \
    | grep "browser_download_url" \
    | grep "amd64.deb" \
    | cut -d'"' -f4 \
    | wget -qi - -O ld-find-code-refs.amd64.deb

dpkg -i ld-find-code-refs.amd64.deb
jazanne commented 1 year ago

Thank you for notifying us, we'll look into fixing this as soon as possible

jazanne commented 1 year ago

@manbearwiz @codyaray The assets have been added to the release. Please let me know if you have additional issues!