diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index 8460783..9d59143 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -45,7 +45,7 @@ jobs: id: upload-chart with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: charts/limitador-operator-${{ inputs.operatorVersion }}.tgz + file: limitador-operator-${{ inputs.operatorVersion }}.tgz asset_name: chart-limitador-operator-${{ inputs.operatorVersion }}.tgz tag: ${{ github.ref }} overwrite: true