erlef / otp_builds

Community-maintained pre-compiled Erlang/OTP for macOS
Apache License 2.0
23 stars 0 forks source link

Drop version from release assets to easily download latest asset #37

Closed wojtekmach closed 2 weeks ago

wojtekmach commented 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

wojtekmach commented 2 weeks ago

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