@eregon
The following line adds a suffix:
https://github.com/eregon/use-ruby-action/blob/7978ff15791e44ccfeaedff4a522ad0be7b68079/windows.js#L16
Below is a truncated GraphQL grab of the releases, you'll notice a few have a suffix of -2. I believe this was done when build issues, RIDK/devkit issues, etc were noticed after the original -1 release.
I was waiting on this pending how things went with GitHub. I also have the flu, so I'm not big on writing code right now. I just thought I'd make you aware of it.
I don't know whether adding a json/yaml file for Windows URI mapping is a good idea, but checking for releases in the action itself seems a bit much. All my GraphQL code is Ruby; I could have it generate a json/yaml file...
{"name"=>"RubyInstaller-2.5.1-2 - 2018-06-24"},
{"name"=>"RubyInstaller-2.4.4-2 - 2018-06-24"},
{"name"=>"RubyInstaller-2.5.1-1 - 2018-03-29"},
{"name"=>"RubyInstaller-2.4.4-1 - 2018-03-29"},
{"name"=>"RubyInstaller-2.5.0-2 - 2018-02-27"},
{"name"=>"RubyInstaller-2.4.3-2 - 2018-02-27"},
{"name"=>"RubyInstaller-2.5.0-1 - 2017-12-25"},
{"name"=>"rubyinstaller-head"},
{"name"=>"RubyInstaller-2.4.3-1 - 2017-12-20"},
{"name"=>"RubyInstaller-2.4.2-2 - 2017-09-15"},
{"name"=>"RubyInstaller-2.4.2-1 - 2017-09-15"},
{"name"=>"RubyInstaller-2.4.1-2 - 2017-07-04"},
{"name"=>"RubyInstaller-2.4.1-1 - 2017-05-25"},
@eregon
The following line adds a suffix:
https://github.com/eregon/use-ruby-action/blob/7978ff15791e44ccfeaedff4a522ad0be7b68079/windows.js#L16
Below is a truncated GraphQL grab of the releases, you'll notice a few have a suffix of
-2. I believe this was done when build issues, RIDK/devkit issues, etc were noticed after the original-1release.I was waiting on this pending how things went with GitHub. I also have the flu, so I'm not big on writing code right now. I just thought I'd make you aware of it.
I don't know whether adding a json/yaml file for Windows URI mapping is a good idea, but checking for releases in the action itself seems a bit much. All my GraphQL code is Ruby; I could have it generate a json/yaml file...