carvel-dev / setup-action

Github Action for setting up Carvel apps (ytt, kbld, kapp, kctrl, kwt, imgpkg and vendir)
Apache License 2.0
16 stars 5 forks source link

Cannot install ytt #282

Closed dteoh closed 1 year ago

dteoh commented 1 year ago

I am getting the following error:

Run carvel-dev/setup-action@v1
Installing ytt:latest
Downloading ytt v0.45.1 from https://github.com/carvel-dev/ytt/releases/download/v0.45.1/ytt-linux-amd64
Error: Unable to verify checksum for ytt-linux-amd64. Expected to find "01606d885cdbce02340faadc29a83b5415280bc610e7cff3f639385d8f504aea  ./ytt-linux-amd64" in release notes.

It seems like the "Files Checksum" section in the ytt repo has an inconsistent format across the releases?

https://github.com/carvel-dev/ytt/releases

sethiyash commented 1 year ago

Hi @dteoh This is resolved now. Can you please try now?

dteoh commented 1 year ago

Thank you for the quick resolution, it is working again 🙇