From bdfa9b6aeba896f45098814e2f85482d566473a3 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Sat, 13 Apr 2024 11:59:04 +0200 Subject: [PATCH] ci(release): fix adding 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 8202d0d..c2e6097 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 _completion man LICENSE README.md pacdef-${{ matrix.features }} + run: cp -R target/release/pacdef _completion.zsh 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