upload-release-asset icon indicating copy to clipboard operation
upload-release-asset copied to clipboard

[feature request] default content-type value

Open lovasoa opened this issue 5 years ago • 3 comments

It would be nice if the content-type were not mandatory, using application/octet-stream as a default value. This is the content-type to use for data of an unknown/unspecified type.

lovasoa avatar Mar 20 '20 11:03 lovasoa

Why not be even better and detect content type? That's how csexton/release-asset-action works.

ranisalt avatar Mar 21 '20 05:03 ranisalt

Possible dup of #7.

eine avatar Mar 21 '20 21:03 eine

I'd use application/octet-stream, it is a safe default to push a file 1:1 binary wise. Avoids complexity and should work for everyone.

lazyfrosch avatar Apr 09 '20 11:04 lazyfrosch