Skip to content

Commit

Permalink
chore(cd): include man page in the release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 14, 2022
1 parent 03d55c8 commit a5ddf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ jobs:
- name: Prepare release assets
shell: bash
run: |
mkdir -p release/completions/
mkdir -p release/{man,completions}
cp {LICENSE,README.md,CHANGELOG.md} release/
OUT_DIR=release/completions/ cargo run --release --bin git-cliff-completions
OUT_DIR=release/man/ cargo run --release --bin git-cliff-mangen
if [ "${{ matrix.OS }}" = "windows-2019" ]; then
cp target/${{ matrix.TARGET }}/release/git-cliff.exe release/
else
Expand Down

0 comments on commit a5ddf75

Please sign in to comment.