$ GH_COOKIE=alba git-upload-release openvstorage alba 1.3.15 ./xxx.deb
uploading to release id 6335375
git-upload-release: internal error, uncaught exception:
Unix.Unix_error(Unix.EPIPE, "write", "")
Raised at file "src/core/lwt.ml", line 805, characters 16-23
Called from file "src/unix/lwt_main.ml", line 34, characters 8-18
Called from file "src/cmdliner_term.ml", line 27, characters 19-24
Called from file "src/cmdliner.ml", line 106, characters 32-39
I tried
(I had to look in the code to see how to force it not to use the
infracookie)The output of
uploading to release id ....shows that it gets a token and can find the specific release of the project from the tag.The upload of the asset however, fails.
This was installed via opam (
version:2.3.0)