There was an error while loading. Please reload this page.
1 parent 38980de commit 98a631fCopy full SHA for 98a631f
1 file changed
.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 }}
+ tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../completions
95
cd -
96
if: |
97
startsWith( github.ref, 'refs/tags/v' )
0 commit comments