From 13ff32b04d7e53d7b8093ac0aa47b93ea80fdbc3 Mon Sep 17 00:00:00 2001 From: Robert James Hernandez Date: Fri, 31 Jan 2025 01:35:00 +0000 Subject: [PATCH] github: set compression to level 0 for tar.gz artifacts --- .github/workflows/openwrt-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/openwrt-build.yml b/.github/workflows/openwrt-build.yml index a385a17c..bc81cf84 100644 --- a/.github/workflows/openwrt-build.yml +++ b/.github/workflows/openwrt-build.yml @@ -36,6 +36,8 @@ jobs: path: | openwrt/build/artifacts/*.tar.gz retention-days: 30 + # Since we cant turn off compression set to lowest level + compression-level: 0 - name: 'Upload openwrt build log' uses: actions/upload-artifact@v4.6.0 with: