add completion script to homebrew

This commit is contained in:
Kasper Juul Hermansen 2022-10-21 11:55:37 +02:00
parent 5d5155d452
commit 7e51d6cca2
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@ jobs:
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
else
cp "git-alias/git-ignore" "$staging/"
# The man page is only generated on Unix systems.
#cp "$outdir"/kignore.1 "$staging/doc/"
cp "target/${{ matrix.target }}/release/kignore" "$staging/"

View File

@ -2,4 +2,4 @@
set -e
gitignore $@
kignore $@