Skip to content

Commit f1cd38a

Browse files
committed
update CI for install
1 parent e5caa9f commit f1cd38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
shell: bash
9292
run: |
9393
cd target/${{ matrix.platform.target }}/release
94-
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../install ../../../completions
94+
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../install.sh ../../../completions
9595
cd -
9696
if: |
9797
startsWith( github.ref, 'refs/tags/v' )

0 commit comments

Comments
 (0)