From 8e8077c7267046592648ff29320c473bb8810571 Mon Sep 17 00:00:00 2001 From: Cyclinder Kuo Date: Tue, 31 Dec 2024 23:00:10 +0800 Subject: [PATCH] CI: Fix fail to download chart artifact --- .github/workflows/auto-version-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-version-release.yaml b/.github/workflows/auto-version-release.yaml index 43beb74915..4bea6c23c8 100644 --- a/.github/workflows/auto-version-release.yaml +++ b/.github/workflows/auto-version-release.yaml @@ -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