Support to download GitHub release assets
See original GitHub issueIt’s very very slow for some areas, for example: the users from China. So, I was wondering if it’s possible to allow users download files from GitHub releases by jsdelivr
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:31
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Release Assets - GitHub Docs
Get a release asset ... To download the asset's binary content, set the Accept header of the request to application/octet-stream . The API...
Read more >How to download GitHub Release from private repo using ...
To download release file from private repo, you can use Personal access token which can be generated at settings/tokens with Full control of...
Read more >Download GitHub Release v0 task - Microsoft Learn
Defines the GitHub release version/tag to download. This option appears if specificVersion or specificTag is selected as the value for ...
Read more >How to download private GitHub asset? - Hunter
curl -s -u \ ${username}:${token} \ https://api.github.com/repos/${orgname}/${reponame}/releases/tags/v3.2.1. Name, id and URL of asset:.
Read more >Expand Github 'Releases' so that it supports build artifacts
It'd be really great to be able to see the VCS repo support this. ... Add API for downloading release assets in Github...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Vote for this.
Many projects ships compiled/minified version in the GitHub release assets instead of in the repo, so CDN for release assets would be very helpful.
For me I can store assets in the repo, but it’s not possible to force the whole community to to that.
+1 for this request.