Add support for ruby master debug builds

This commit is contained in:
Benoit Daloze
2020-05-13 23:48:52 +02:00
parent e5857dbffe
commit 002b15eeca
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -50,5 +50,5 @@ function getDownloadURL(platform, engine, version) {
}
function getLatestHeadBuildURL(platform, engine, version) {
return `https://github.com/ruby/${engine}-dev-builder/releases/latest/download/${engine}-head-${platform}.tar.gz`
return `https://github.com/ruby/${engine}-dev-builder/releases/latest/download/${engine}-${version}-${platform}.tar.gz`
}