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
When listing the release assets to check them against the globs and download them, only the first 100 release assets are considered.
see the source code here.
Describe the bug
When listing the release assets to check them against the globs and download them, only the first 100 release assets are considered.
see the source code here.
Some releases like Bellsoft OpenJDK have more than 100 assets.
Reproduction steps
glob
in get step to download the JRE ( JRE is at the end of the list, not in the first 100 assets).Expected behavior
the asset matching the provided glob should have been downloaded.
Additional context
Probably, the pagination should be considered for the listing of assets : https://github.com/google/go-github?tab=readme-ov-file#pagination
The text was updated successfully, but these errors were encountered: