Skip to content

Commit

Permalink
fix(cd): use the correct name of completions binary
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 14, 2021
1 parent 8347944 commit 3ae64f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
mkdir -p release/completions/
cp {LICENSE,README.md,CHANGELOG.md,cliff.toml} release/
OUT_DIR=release/completions/ cargo run --release --bin completions
OUT_DIR=release/completions/ cargo run --release --bin git-cliff-completions
if [ "${{ matrix.OS }}" = "windows-2019" ]; then
cp target/${{ matrix.TARGET }}/release/git-cliff.exe release/
else
Expand Down

0 comments on commit 3ae64f4

Please sign in to comment.