octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.62k stars 1.07k forks source link

fix: "zip" Content-Type resulting in null Stream for Artifacts on Blob Storage #2905

Closed thomhurst closed 1 month ago

thomhurst commented 1 month ago

Fixes #2898

Sorry, the last one didn't actually solve it because the Content-Type wasn't being set properly by the System.Net classes - Probably due to an invalid format.

thomhurst commented 1 month ago

Thanks @nickfloyd ! Any chance of releasing a patch version for this? 11.0.1 maybe. Would unblock my pipeline on another project 😄

nickfloyd commented 1 month ago

Hey @thomhurst Absolutely... the new patch is building / releasing now. Thanks again for the efforts here!