From 98a631fe7a8c23fccccbb4c1ced3a477ae76d1a6 Mon Sep 17 00:00:00 2001 From: Ragnt Date: Mon, 15 Jan 2024 22:40:05 -0500 Subject: [PATCH] Package completions with archive --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e183319..2cd44e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: shell: bash run: | cd target/${{ matrix.platform.target }}/release - tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} + tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../completions cd - if: | startsWith( github.ref, 'refs/tags/v' )