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"
|
7z a "$staging.zip" "$staging"
|
||||||
echo "ASSET=$staging.zip" >> $GITHUB_ENV
|
echo "ASSET=$staging.zip" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
|
cp "git-alias/git-ignore" "$staging/"
|
||||||
# The man page is only generated on Unix systems.
|
# The man page is only generated on Unix systems.
|
||||||
#cp "$outdir"/kignore.1 "$staging/doc/"
|
#cp "$outdir"/kignore.1 "$staging/doc/"
|
||||||
cp "target/${{ matrix.target }}/release/kignore" "$staging/"
|
cp "target/${{ matrix.target }}/release/kignore" "$staging/"
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
gitignore $@
|
kignore $@
|
||||||
|
Loading…
Reference in New Issue
Block a user