From f025b92d76b16c9d7624628ca4dcd3c914b25a70 Mon Sep 17 00:00:00 2001 From: Urs Ritzmann Date: Mon, 18 Oct 2021 16:43:14 +0200 Subject: [PATCH] ci: pack only the g++ build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d338e6b..7412c6a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,10 +72,10 @@ jobs: cd build cpack -G DEB - name: 'Upload Artifact' - if: matrix.build == 'shared-libsystemd' && matrix.os == 'ubuntu-20.04' + if: matrix.build == 'shared-libsystemd' && matrix.os == 'ubuntu-20.04' && matrix.compiler == 'g++' uses: actions/upload-artifact@v2 with: - name: "debian-packages-${{ matrix.os }}" + name: "debian-packages-${{ matrix.os }}-${{ matrix.compiler }}" path: | build/sdbus-c++*.deb build/sdbus-c++*.ddeb