Skip to content

Commit

Permalink
update CI for install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Aug 10, 2024
1 parent e5caa9f commit f1cd38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' )
Expand Down

0 comments on commit f1cd38a

Please sign in to comment.