ci: Update license generation command to use output flag for consistency

This commit is contained in:
elipeter 2025-06-25 02:26:59 +02:00
parent c6c41bf0ce
commit cd8ae3c47e

View file

@ -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