Skip to content

Commit

Permalink
Package completions with archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Jan 16, 2024
1 parent 38980de commit 98a631f
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 }}
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} ../../../completions
cd -
if: |
startsWith( github.ref, 'refs/tags/v' )
Expand Down

0 comments on commit 98a631f

Please sign in to comment.