radius-project / samples

Radius samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install-radius.sh tries to download the channel instead of the passed in version

ytimocin opened this issue · comments

Reproduction steps:

  1. Move into the .github/scripts folder
  2. Run ./install-radius.sh v0.31.0
  3. See that the script tries to download v0.31 instead of v0.31.0 and that is why it fails

AB#11306