diff --git a/.github/workflows/auto-version-release.yaml b/.github/workflows/auto-version-release.yaml index 43beb7491..4bea6c23c 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