We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5caa9f commit f1cd38aCopy full SHA for f1cd38a
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
shell: bash
92
run: |
93
cd target/${{ matrix.platform.target }}/release
94
- tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../install ../../../completions
+ tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../install.sh ../../../completions
95
cd -
96
if: |
97
startsWith( github.ref, 'refs/tags/v' )
0 commit comments