Skip to content

Commit

Permalink
Merge pull request #4490 from cyclinder/fix_ci5
Browse files Browse the repository at this point in the history
CI: Fix fail to download chart artifact
  • Loading branch information
cyclinder authored Dec 31, 2024
2 parents dea5b40 + 8e8077c commit 054d85d
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 @@ -145,7 +145,7 @@ jobs:
- name: Download Changelog Artifact
uses: actions/[email protected]
with:
name: ${{ needs.release-changelog.outputs.artifact }}
name: ${{ needs.release-changelog.outputs.artifact }}-${{ needs.get-tag.outputs.tag }}
path: changelog-result/

- name: Get Downloaded Files
Expand Down

0 comments on commit 054d85d

Please sign in to comment.