Describe the bug
Octopus CLI is not able to install in GHA.
To Reproduce
Steps to reproduce the behavior:
Try to install octopus cli in GHA.
Expected behavior
It should install.
Screenshots

Desktop (please complete the following information):
Additional context
I think the problem is at: https://github.com/OctopusDeploy/install-octopus-cli-action/blob/main/src/octopus-cli.ts#L60 where the file is downloaded and parsed. It looks like a version field is expected which seems to be missing from the file.
Describe the bug
Octopus CLI is not able to install in GHA.
To Reproduce
Steps to reproduce the behavior:
Try to install octopus cli in GHA.
Expected behavior
It should install.
Screenshots

Desktop (please complete the following information):
Additional context
I think the problem is at: https://github.com/OctopusDeploy/install-octopus-cli-action/blob/main/src/octopus-cli.ts#L60 where the file is downloaded and parsed. It looks like a version field is expected which seems to be missing from the file.