action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

socket hang up during asset uploads

Open toots opened this issue 2 years ago • 3 comments

Hi!

I'm using the action (thanks for maintaining it!) to upload a lot of assets to a release and I keep seeing this error: Screen Shot 2021-10-02 at 6 43 59 PM

Here's a build example: https://github.com/savonet/liquidsoap/runs/3778560139?check_suite_focus=true

Any advice?

toots avatar Oct 02 '21 23:10 toots

I had the same issue. Issue was a glob rule in the repo's actions file trying to upload the same artifact twice to the release (this action probably doesn't support overwriting artifacts).

In your case for example, you're trying to upload liquidsoap-v2.0.0-dbgsym_2.0.0-debian-buster-1_arm64.deb twice.

matheusd avatar Oct 13 '21 14:10 matheusd

Ho that's a great hint, thank you!

toots avatar Oct 13 '21 18:10 toots

https://github.com/ncipollo/release-action solved my issue.

Mpaape avatar May 09 '23 15:05 Mpaape