mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
ci: Update license generation format to use handlebars (#13)
This commit is contained in:
parent
90fa775a48
commit
faf70b9eb6
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 --format html > THIRDPARTY-LICENSES.html
|
||||
run: cargo about generate --format handlebars > THIRDPARTY-LICENSES.html
|
||||
|
||||
- name: Package
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue