becheran / mlc

Check for broken links in markup files
MIT License
129 stars 17 forks source link

Missing binaries for 0.15.x releases #49

Closed diegorondini closed 1 year ago

diegorondini commented 2 years ago

Describe the bug Binaries for 0.15.x releases are missing in the release page: https://github.com/becheran/mlc/releases

To Reproduce Run the command in the README:

$ curl -L https://github.com/becheran/mlc/releases/download/v0.15.2/mlc -o mlc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100     9    0     9    0     0     32      0 --:--:-- --:--:-- --:--:--    32
$ file mlc 
mlc: ASCII text, with no line terminators
$ cat mlc
Not Found
becheran commented 2 years ago

I know :(. Thanks for reporting, I quickly uploaded the artifacts for 15.2 manually. The gitlab pipeline release jobs are somehow broken. Need to fix them. I keep this issue open till done. Meanwhile I hope you can work with the binaries I just manually uploaded.

diegorondini commented 2 years ago

I was using cargo install in the meantime, but of course it's not convenient for a pipeline.

Thanks for uploading the binaries. Remember to update the curl in the README, it should be:

curl -L https://github.com/becheran/mlc/releases/download/v0.15.2/mlc-x86_64-linux -o mlc