1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 00:23:16 +03:00

fix(cd): include configuration file in the binary releases

This commit is contained in:
orhun 2021-06-14 23:33:39 +03:00
parent 6789929c8a
commit 4bd5c34389
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -60,7 +60,7 @@ jobs:
shell: bash
run: |
mkdir -p release/completions/
cp {LICENSE,README.md,CHANGELOG.md} release/
cp {LICENSE,README.md,CHANGELOG.md,cliff.toml} release/
OUT_DIR=release/completions/ cargo run --release --bin completions
if [ "${{ matrix.OS }}" = "windows-2019" ]; then
cp target/${{ matrix.TARGET }}/release/git-cliff.exe release/