Skip to content

Commit 632b416

Browse files
authored
Merge pull request #188 from richardcase/fix_gh_release
fix: incorrect binary name in release
2 parents bd8dac9 + d0c862d commit 632b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Download flintlock binaries
3737
uses: actions/download-artifact@v2
3838
with:
39-
name: mccp-binaries
39+
name: flintlock-binaries
4040
path: bin
4141
- name: Generate release notes
4242
run: |

0 commit comments

Comments
 (0)