We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d779c6 commit d3758edCopy full SHA for d3758ed
.github/actions/publish-gh-pages/action.yml
@@ -54,6 +54,6 @@ runs:
54
- name: Attach published chart to release
55
if: ${{ inputs.dry_run == 'false' }}
56
shell: bash
57
- run: gh release upload ${{ steps.version.outputs.CHART_VERSION }} helm-repo/${{ steps.version.outputs.ARTIFACT }} --clobber
+ run: gh release upload ${{ steps.version.outputs.CHART_VERSION }} build/${{ steps.version.outputs.ARTIFACT }} --clobber
58
env:
59
GH_TOKEN: ${{ inputs.token }}
0 commit comments