From 1e5a37c1a8abc49672e305057cd2f3cad84c8608 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 04:49:00 +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 336e827..fb9026e 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -34,5 +34,5 @@ runs: HELM_FILE: ${{ inputs.chart_directory }}/result.tgz run: | env - echo "File: @${HELM_FILE}" - curl --data-binary "@${HELM_FILE}" "${{ vars.HELM_REPOSITORY }}/api/charts?force" -v + echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" + curl --data-binary @"${HELM_FILE}" "${{ vars.HELM_REPOSITORY }}/api/charts?force" -v