Configuration menu Browse the repository at this point in the history
feat: read the release assets asynchronously (#552) Previously all assets were being read synchronously into memory, making the action unsuitable for releasing very large assets. Because the client library allows stream body inputs (it just forwards it to the underlying fetch implementation), just do it. The idea is also suggested by @enumag in #353 (comment). Fixes: #353 Signed-off-by: WANG Xuerui git@xen0n.name xen0n authored Dec 11, 2024 Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history