add completion script to homebrew
This commit is contained in:
parent
5d5155d452
commit
7e51d6cca2
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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/"
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
gitignore $@
|
||||
kignore $@
|
||||
|
Loading…
Reference in New Issue
Block a user