Skip to content

Commit

Permalink
fix: incorrect binary name in release
Browse files Browse the repository at this point in the history
Changed the name of the binaries to retrieve after the build during the
release workflow as it was incorrect.

Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase committed Oct 30, 2021
1 parent bd8dac9 commit d0c862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Download flintlock binaries
uses: actions/download-artifact@v2
with:
name: mccp-binaries
name: flintlock-binaries
path: bin
- name: Generate release notes
run: |
Expand Down

0 comments on commit d0c862d

Please sign in to comment.