From c012de3e0b111cd8aff1f2e220e8ed5af9aa86e1 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 20 May 2025 04:53:47 +0300 Subject: [PATCH] Update action.yml --- helm-publish/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-publish/action.yml b/helm-publish/action.yml index c93d812..387cffa 100644 --- a/helm-publish/action.yml +++ b/helm-publish/action.yml @@ -33,7 +33,8 @@ runs: env: HELM_FILE: ${{ inputs.chart_directory }}/result.tgz run: | - env + echo 'Files in ${{ inputs.chart_directory }}:' + ls ${{ inputs.chart_directory }} -l ls ${HELM_FILE} echo "File: @${HELM_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force" curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" --data-binary @"${HELM_FILE}" -v