-
-
Notifications
You must be signed in to change notification settings - Fork 479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Error: Headers Timeout Error' when releasing #549
Comments
👍 Also having this issue. Is there a workaround? For me the uploads are not correctly attached to the release. |
Reverting to V1 was the only solution I found. If I had to guess, the size of the files have something to do with this, because it does not happen when I release smaller files in another repo. Is this the same thing you are seeing? |
Yes, same situation. My release files are tarballs of ~1.5GB and ~400MB each, plus a small json file similar to you. When I get a chance I will try with v1. |
I have the same problem. Looks like the timeout for upload is set for 5 minutes. All of my failing uploading steps run 5m1s. |
This is a new error in version 2. Files are uploaded and released fine, but the action fails with the above error-> i.e. everything works fine but I get an error anyway that I'd like to not be there
Of note:
Code used:
The text was updated successfully, but these errors were encountered: