Skip to content

Commit

Permalink
Merge pull request #4494 from cyclinder/fix_ci6
Browse files Browse the repository at this point in the history
CI: Fix Download Chart Artifact
  • Loading branch information
cyclinder authored Dec 31, 2024
2 parents 054d85d + 61c8f9d commit 9849a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Download Chart Artifact
uses: actions/[email protected]
with:
name: ${{ needs.release-chart.outputs.artifact }}
name: ${{ needs.release-chart.outputs.artifact }}-${{ needs.get-tag.outputs.tag }}
path: chart-package/

- name: Download Changelog Artifact
Expand Down

0 comments on commit 9849a7f

Please sign in to comment.