Update action.yml

This commit is contained in:
subochev 2025-05-20 05:34:44 +03:00
parent e294d44da5
commit c89e1a2ba6

View File

@ -45,3 +45,6 @@ runs:
echo '!!!!!!'
echo "File: @${RESULT_FILE} to ${{ vars.HELM_REPOSITORY }}/api/charts?force"
curl "${{ vars.HELM_REPOSITORY }}/api/charts?force" --data-binary "@${RESULT_FILE}" -v
if [ $? -ne 0 ] then
exit 1
fi