From 9d3654f436969560a54faf116b821e35e91d8477 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:56:08 +0200 Subject: [PATCH] ci(release): add zsh completion --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98ad05e..8202d0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Create temporary directory run: mkdir pacdef-${{ matrix.features }} - name: Copy artifacts to directory - run: cp -R target/release/pacdef man LICENSE README.md pacdef-${{ matrix.features }} + run: cp -R target/release/pacdef _completion man LICENSE README.md pacdef-${{ matrix.features }} - name: Create archive from directory run: tar czf pacdef-${{ matrix.features }}.tar.gz pacdef-${{ matrix.features }} - name: Upload to release