action-gh-release/__tests__
WÁNG Xuěruì deddb09c64
fix: big file uploads (#562)
* fix: use readableWebStream() to stream asset contents

This allows the uploads to finish without mismatched Content-Length,
likely because the original method implied a wrong body encoding or
something similar. Unfortunately a GitHub server API mock was not
readily available so I had to test manually with a barebones repository.

Fixes: #555
Fixes: #556
Signed-off-by: WANG Xuerui <git@xen0n.name>

* feat: log when each asset is successfully uploaded

Signed-off-by: WANG Xuerui <git@xen0n.name>

* build: refresh dist

Signed-off-by: WANG Xuerui <git@xen0n.name>

* style: format with prettier

Signed-off-by: WANG Xuerui <git@xen0n.name>

---------

Signed-off-by: WANG Xuerui <git@xen0n.name>
2025-01-07 13:42:55 -05:00
..
github.test.ts fix: big file uploads (#562) 2025-01-07 13:42:55 -05:00
release.txt honor body_path input when provided. fixes #22 2019-09-29 02:15:58 -04:00
util.test.ts feature: preserve upload order (#500) 2024-11-11 15:14:02 -05:00