0
0
Fork 0

add cli completion generation to test build

This commit is contained in:
Adrian Wannenmacher 2023-09-24 12:20:43 +02:00
parent 912c8c1859
commit f1de150495
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Adjust compiler output
run: mv ci-out/_tree-owners ci-out/tree-owners.zsh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
@ -28,3 +30,6 @@ jobs:
files: |
LICENSE
target/debug/tree-owners
ci-out/tree-owners.bash
ci-out/tree-owners.fish
ci-out/tree-owners.zsh