Adds a distribution_url property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner; there is no way (at this time) to vary the distribution URL by architecture or OS.
Adds a
distribution_url
property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner; there is no way (at this time) to vary the distribution URL by architecture or OS.distribution_url
input optiondistribution_url
in all branchesdistribution_url
infoFixes and closes graalvm/setup-graalvm#60.