From f660467bf50a98b0f2943543a0e9272a8dc61a1c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Sep 2024 09:05:04 +1000 Subject: [PATCH] CI: only upload the artifact for one of the compilers --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86938e2a..bf2ee199 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: run: | mv _build/xf86-input-wacom-*tar.bz2 . - uses: actions/upload-artifact@v4 + if: ${{ matrix.compiler == 'gcc' }} with: name: tarball path: xf86-input-wacom-*tar.bz2