0
0
mirror of https://github.com/TeFiLeDo/tree-owners.git synced 2024-11-21 11:56:17 +01:00

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

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