From f1cd38ab20c7dc3e0778cf1fb74335bed5f5bd67 Mon Sep 17 00:00:00 2001 From: Ragnt Date: Sat, 10 Aug 2024 11:47:31 -0400 Subject: [PATCH] update CI for install --- .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 7ff027f..3e60096 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 }} ../../../install ../../../completions + tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../install.sh ../../../completions cd - if: | startsWith( github.ref, 'refs/tags/v' )