From c6c41bf0ce6662ec66242e6ccab322d9f891208c Mon Sep 17 00:00:00 2001 From: elipeter Date: Wed, 25 Jun 2025 02:17:01 +0200 Subject: [PATCH] ci: Update license generation command to use handlebars template --- .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 6dafd46a..e4be1158 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 handlebars > THIRDPARTY-LICENSES.html + run: cargo about generate about.hbs > THIRDPARTY-LICENSES.html - name: Package shell: bash