Skip to content

Commit

Permalink
[workflow] Fix path to built chart package
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 18, 2024
1 parent 7e1637c commit e88d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e88d14c

Please sign in to comment.