svenstaro / upload-release-action

Upload files to a GitHub release
MIT License
626 stars 110 forks source link

Fix uploading of assets #93

Closed ggreif closed 1 year ago

ggreif commented 1 year ago

This backs out my previous attempt (#92, looks like the GitHub API doesn't implement @-file semantics yet) and fixes the streaming of file contents instead (this follows closely how OctoKit's test is structured).

ggreif commented 1 year ago

@svenstaro PTAL.

svenstaro commented 1 year ago

Well, let's try this again.

ggreif commented 1 year ago

This one worked. My *.tar.gz files unpack just fine.