From e1b96b2358380907fc213d65482cf880d46b574c Mon Sep 17 00:00:00 2001 From: ty-dc <101157744+ty-dc@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:49:48 +0800 Subject: [PATCH] Fix chart file cannot be found (#2504) Signed-off-by: tao.yang --- .github/workflows/call-release-chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/call-release-chart.yaml b/.github/workflows/call-release-chart.yaml index ca84aba563..4c3df8e970 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -20,6 +20,10 @@ on: submit: required: true type: string + outputs: + artifact: + description: "name of artifact" + value: chart_package_artifact workflow_dispatch: inputs: ref: