From cd8ae3c47e861f7d3a3dd2527cf731cca3e09449 Mon Sep 17 00:00:00 2001 From: elipeter Date: Wed, 25 Jun 2025 02:26:59 +0200 Subject: [PATCH] ci: Update license generation command to use output flag for consistency --- .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 e4be1158..5c2ca654 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 about.hbs > THIRDPARTY-LICENSES.html + run: cargo about generate about.hbs -o THIRDPARTY-LICENSES.html - name: Package shell: bash