Skip to content

Commit

Permalink
Merge pull request #4498 from cyclinder/fix_ci7
Browse files Browse the repository at this point in the history
Fix CI Download Artifact
  • Loading branch information
cyclinder authored Dec 31, 2024
2 parents 9849a7f + d44074e commit aea3599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ jobs:
- name: Download Chart Artifact
uses: actions/[email protected]
with:
name: ${{ needs.release-chart.outputs.artifact }}-${{ needs.get-tag.outputs.tag }}
name: ${{ needs.release-chart.outputs.artifact }}_${{ needs.get-tag.outputs.tag }}
path: chart-package/

- name: Download Changelog Artifact
uses: actions/[email protected]
with:
name: ${{ needs.release-changelog.outputs.artifact }}-${{ needs.get-tag.outputs.tag }}
name: ${{ needs.release-changelog.outputs.artifact }}_${{ needs.get-tag.outputs.tag }}
path: changelog-result/

- name: Get Downloaded Files
Expand Down

0 comments on commit aea3599

Please sign in to comment.