Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

no error reporting #15

Open
Trass3r opened this issue Nov 20, 2019 · 7 comments
Open

no error reporting #15

Trass3r opened this issue Nov 20, 2019 · 7 comments

Comments

@Trass3r
Copy link

Trass3r commented Nov 20, 2019

https://github.com/Trass3r/testgithubactionsrelease/runs/311506909

It prints Validation Failed no matter what actually happened.
The token must be valid as create-release works.

@JoshMcguigan
Copy link

JoshMcguigan commented Nov 24, 2019

I have a similar issue. I am building linux, macos, and windows binaries and uploading all three. The lnux and macos upload fails with Validation Failed, and the windows upload fails with Socket hung up.

https://github.com/JoshMcguigan/estream/runs/318263639
https://github.com/JoshMcguigan/estream/runs/318263642

Oddly, it seems the actual files do show up on the release.

edit - It looks like in my case this was caused by the pipeline triggering multiple times, and the failure was because it was trying to upload files that already existed. I found a related issue on a different repo that discusses better surfacing this debug information.

prebuild/prebuild#221

@wez
Copy link

wez commented Dec 29, 2019

#13 would help with this

edit: I tried that PR and the errors are still inscrutable.

@GabrielBB
Copy link

Getting this error trying to upload a .txt file

@GabrielBB
Copy link

Oh, it worked with files from the repo. But not with a file I created using touch

@xmnlab
Copy link

xmnlab commented Sep 22, 2020

I have the same problem. Is there a way to upload a file that I just created inside CI? thanks

edit: as I understood in the examples, the uploading of a file created recently should work fine ... but no success here yet ...

@skibum55
Copy link

FY'all, I had the same problem and found that my file was 0 bytes. Hope that helps someone.

@eine
Copy link

eine commented Oct 13, 2020

FY'all, I had the same problem and found that my file was 0 bytes. Hope that helps someone.

Ref eine/tip#159

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants