Skip to content

Commit

Permalink
CI: Fix Download Chart Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Dec 31, 2024
1 parent 054d85d commit 61c8f9d
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 61c8f9d

Please sign in to comment.