Closed wojtekmach closed 2 weeks ago
With this change this URL will work:
https://github.com/erlef/otp_builds/releases/latest/download/otp-aarch64-apple-darwin.tar.gz
Which is useful for tools that want to grab the latest release without knowing the exact version (grabbing it using GitHub REST API for example).
cc @tsloughter
Done!
$ curl -fsSL --head https://github.com/erlef/otp_builds/releases/latest/download/otp-aarch64-apple-darwin.tar.gz | grep content-length content-length: 0 content-length: 0 content-length: 67269344
With this change this URL will work:
https://github.com/erlef/otp_builds/releases/latest/download/otp-aarch64-apple-darwin.tar.gz
Which is useful for tools that want to grab the latest release without knowing the exact version (grabbing it using GitHub REST API for example).
cc @tsloughter