You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
The API request for fetching releases here only checks the first page, not finding the asset if its version is too old. (per_page is 30 by default, 100 max)
We could check all the pages, or perhaps fall back to using the downloadUrl we already know? Why are we downloading by asset when we already know the download URL?