Skip to content

Commit

Permalink
Fix artifact download name
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 25, 2022
1 parent f57693d commit 6a063a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:

- uses: actions/download-artifact@v2
with:
name: release
name: build-release

- name: Generate Release notes
run: bin/releng/gh-changelog.sh
Expand Down

0 comments on commit 6a063a0

Please sign in to comment.