ci: Update license generation format to use handlebars (#13)

This commit is contained in:
Eli Peter 2025-06-25 02:13:28 +02:00 committed by GitHub
parent 90fa775a48
commit faf70b9eb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
run: cargo install cargo-about --locked
- name: Generate license bundle
run: cargo about generate --format html > THIRDPARTY-LICENSES.html
run: cargo about generate --format handlebars > THIRDPARTY-LICENSES.html
- name: Package
shell: bash