-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to download binary content of release asset #1541
Comments
Ah ha, that is diabolical. I think the best way to handle this is to add a method to GitReleaseAsset that calls GET self.url with the Accept header set. What do you think? |
Sounds fair to me, although I can't say I'm too familiar with the code. |
I can prepare something - I need the same thing + I need it in Actions artifacts. But I am totally puzzled... Actions artifacts - work fine... Release Downlonads - not .. even from command line... but they do work through browser... very strange... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is sortof important IMHO |
Is there still some interest in this capability? |
I know #525 introduced release asset capabilities, but unless I've missed the right doc page I don't think it's possible to download the binary content of a release asset - just the information about an asset. See https://developer.github.com/v3/repos/releases/#get-a-single-release-asset and the note about downloading the asset's binary content.
The text was updated successfully, but these errors were encountered: