Skip to content

Commit d3758ed

Browse files
authored
chore: Fix artifact upload (#95)
1 parent 0d779c6 commit d3758ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-gh-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ runs:
5454
- name: Attach published chart to release
5555
if: ${{ inputs.dry_run == 'false' }}
5656
shell: bash
57-
run: gh release upload ${{ steps.version.outputs.CHART_VERSION }} helm-repo/${{ steps.version.outputs.ARTIFACT }} --clobber
57+
run: gh release upload ${{ steps.version.outputs.CHART_VERSION }} build/${{ steps.version.outputs.ARTIFACT }} --clobber
5858
env:
5959
GH_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)