From faf70b9eb6c4aa4cc8583e9d61ffeec891594cac Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Wed, 25 Jun 2025 02:13:28 +0200 Subject: [PATCH] ci: Update license generation format to use handlebars (#13) --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 71c92b81..6dafd46a 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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