diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index 836f9e5..5093daf 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -21,5 +21,5 @@ jobs: run: | curl --request POST \ --user ${{ secrets.HELM_PKG_UPLOAD_USER }}:${{ secrets.HELM_PKG_UPLOAD_PASS }} \ - --form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \ + --form "chart=@cloudypress-${HELM_CHART_VERSION}.tgz" \ https://git.cloudyne.io/api/packages/helm/helm/api/charts