Update action.yml

This commit is contained in:
2025-05-20 05:35:00 +03:00
parent c89e1a2ba6
commit 4816c241b3
+1
View File
@@ -46,5 +46,6 @@ runs:
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