From 549a6ed5da266eb63eafb2ebd74a900a907761ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 24 Jun 2026 08:57:29 -0700 Subject: [PATCH] chore: the option is 'compression-level' --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f09bca..33fe649 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: name: env-cache-${{ github.run_id }} retention-days: 7 path: "${{ env.ARCHIVE_FILENAME_PREFIX }}*.tar.gz" - compression: 0 + compression-level: 0 release: runs-on: ubuntu-latest