Hi there, to deploy new workflows and tasks I use ...
# flyte-v1-support
g
Hi there, to deploy new workflows and tasks I use the ancient github.com/unionai-oss/flytectl-setup-action/tree/master and github.com/unionai-oss/flyte-register-action/tree/master in my CI. I've set the version for the setup action to the latest (v0.9.8) version of flytectl, but have been getting the following error recently:
Error: Unable to find flytectl version "v0.9.8" for platform "Linux" and architecture "x86_64".
From the looks of it, v0.9.8 got released in January this year and still is available at github.com/flyteorg/…/flytectl_Linux_x86_64.tar.gz . Curious why the setup action isn't working anymore. I can of course just grab flytectl tar directly to fix this, but yeah