Compare commits

...

2 Commits

Author SHA1 Message Date
4816c241b3 Update action.yml 2025-05-20 05:35:00 +03:00
c89e1a2ba6 Update action.yml 2025-05-20 05:34:44 +03:00

View File

@ -45,3 +45,7 @@ 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