<@U066LC126> yes the task I am wanting to run depe...
# general
v
@fancy-queen-20734 yes the task I am wanting to run depends on the artifact produced by GoBinaryCreate. You mention registering the task after GoBinaryCreate, how would I do that? Right now I’m just installing onto the
binary
goal inside
register.py
in my custom pants-plugin:
Copy code
def register_goals():
     task(name='deliver-k8s-oidc-helper', action=DeliverK8sOidcBin).install('binary')