mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
even better
This commit is contained in:
parent
0ef87821f2
commit
953fa89dd9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-cli.yml
vendored
4
.github/workflows/release-cli.yml
vendored
|
@ -200,10 +200,10 @@ jobs:
|
|||
run: ${{ matrix.cross && 'cross' || 'cargo' }} build --package watchexec-cli --release --locked --target ${{ matrix.target }}
|
||||
|
||||
- name: Make manpage
|
||||
run: cargo run -p watchexec-cli ${{ matrix.cross && '' || '--release' }} -- --manual > doc/watchexec.1
|
||||
run: cargo run -p watchexec-cli ${{ matrix.cross && '' || '--release' }} --locked -- --manual > doc/watchexec.1
|
||||
|
||||
- name: Make completions
|
||||
run: bin/completions ${{ matrix.cross && '' || '--release' }}
|
||||
run: bin/completions ${{ matrix.cross && '' || '--release' }} --locked
|
||||
|
||||
- name: Package
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue