From 7e51d6cca2f16bd8631a53b4c79238820b7929e8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 21 Oct 2022 11:55:37 +0200 Subject: [PATCH] add completion script to homebrew --- .github/workflows/release.yml | 1 + git-alias/git-ignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2df7aa7..5726149 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/" diff --git a/git-alias/git-ignore b/git-alias/git-ignore index 651e98c..13b646c 100755 --- a/git-alias/git-ignore +++ b/git-alias/git-ignore @@ -2,4 +2,4 @@ set -e -gitignore $@ +kignore $@