diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index d095b7d..39895bd 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -21,4 +21,4 @@ jobs: curl --request POST \ -H "Authorization: Bearer ${{ secrets.GITEA_TOKEN }}" \ --form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \ - https://git.cloudyne.io/api/packages/helm/helm/charts \ No newline at end of file + https://git.cloudyne.io/api/packages/helm/helm/api/charts \ No newline at end of file