From bb79b3476ee86d3c39e112da09717c3a5b9d4158 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 05:31:43 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index 21c7670..6712be4 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -43,5 +43,5 @@ runs: echo "Result File: ${RESULT_FILE}" ls "${RESULT_FILE}" echo '!!!!!!' - echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" - curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" -d "@${HELM_FILE}" -v + echo "File: @${RESULT_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" + curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" -d "@${RESULT_FILE}" -v