Skip to content

Commit

Permalink
CI: Fix fail to download chart artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder committed Dec 31, 2024
1 parent dea5b40 commit 8e8077c
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/download-artifact@v4.1.8
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 8e8077c

Please sign in to comment.