Skip to content

Commit

Permalink
fix(cd): update the packaging step for license files
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 12, 2023
1 parent 5326229 commit 46ddccf
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 @@ -115,7 +115,7 @@ jobs:
shell: bash
run: |
mkdir -p release/{man,completions}
cp {LICENSE,README.md,CHANGELOG.md} release/
cp {LICENSE-*,README.md,CHANGELOG.md} release/
OUT_DIR=release/completions/ cargo run --release --bin halp-completions
OUT_DIR=release/man/ cargo run --release --bin halp-mangen
for bin in 'halp' 'halp-completions' 'halp-mangen'; do
Expand Down

0 comments on commit 46ddccf

Please sign in to comment.