You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that the built binary is confused about its version. Add
some additional output to be able to trace this.
```
Fetching latest release for repo overmindtech/ovm-cli
Found latest release version: v0.6.1
Downloading file: ovm-cli_Linux_x86_64.tar.gz to: /home/runner/work/deploy/deploy/overmindtech
Downloading file: ovm-cli-v0.6.1.tar.gz to: /home/runner/work/deploy/deploy/overmindtech
Extracted ovm-cli_Linux_x86_64.tar.gz to /home/runner/work/deploy/deploy/overmindtech
Extracted ovm-cli-v0.6.1.tar.gz to /home/runner/work/deploy/deploy/overmindtech
Done: /home/runner/work/deploy/deploy/overmindtech/ovm-cli_Linux_x86_64.tar.gz,/home/runner/work/deploy/deploy/overmindtech/ovm-cli-v0.6.1.tar.gz
Run ./overmindtech/ovm-cli --version
ovm-cli version v0.6.0-5-g913d619
```
0 commit comments