mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
ci: Update license generation command to use output flag for consistency
This commit is contained in:
parent
c6c41bf0ce
commit
cd8ae3c47e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: cargo install cargo-about --locked
|
||||
|
||||
- name: Generate license bundle
|
||||
run: cargo about generate about.hbs > THIRDPARTY-LICENSES.html
|
||||
run: cargo about generate about.hbs -o THIRDPARTY-LICENSES.html
|
||||
|
||||
- name: Package
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue