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' )