From ee98f7f580401ad5f2cb6eefadf46296eea40cfe Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 11 Jul 2026 12:03:37 +0200 Subject: [PATCH] tools: disable zipping tarballs on GHA Signed-off-by: Antoine du Hamel --- .github/workflows/build-shared.yml | 1 - .github/workflows/build-tarball.yml | 4 +--- .github/workflows/test-shared.yml | 4 +--- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-shared.yml b/.github/workflows/build-shared.yml index 61441571427eff..285834cf52e571 100644 --- a/.github/workflows/build-shared.yml +++ b/.github/workflows/build-shared.yml @@ -38,7 +38,6 @@ jobs: steps: - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: tarballs path: tarballs - name: Extract tarball diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index bd72e7dd404794..67ef806c53c1fc 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -91,9 +91,8 @@ jobs: - name: Upload tarball artifact uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: - name: tarballs path: '*.tar.gz' - compression-level: 0 + archive: false test-tarball-linux: needs: build-tarball runs-on: ubuntu-24.04-arm @@ -125,7 +124,6 @@ jobs: - name: Download tarball uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: tarballs path: tarballs - name: Extract tarball run: | diff --git a/.github/workflows/test-shared.yml b/.github/workflows/test-shared.yml index cd9804d0d87d04..3638aa51371f54 100644 --- a/.github/workflows/test-shared.yml +++ b/.github/workflows/test-shared.yml @@ -130,9 +130,8 @@ jobs: - name: Upload tarball artifact uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: - name: tarballs path: '*.tar.gz' - compression-level: 0 + archive: false build: needs: build-tarball @@ -172,7 +171,6 @@ jobs: steps: - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: - name: tarballs path: tarballs - name: Extract tarball