Update action.yml

This commit is contained in:
subochev 2025-05-20 05:36:14 +03:00
parent 4816c241b3
commit 3e5b242484

View File

@ -45,7 +45,3 @@ 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
echo 'Can't upload file'
exit 1
fi