From 1fc5bba3a08ab0e09a5f939c5ff9fb0ed00be59f Mon Sep 17 00:00:00 2001 From: Preben Huybrechts Date: Wed, 6 Nov 2024 15:52:44 +0100 Subject: [PATCH] only archive on ubuntu --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9656d00..72c934d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: - name: Archive code coverage results uses: actions/upload-artifact@v4 + if: matrix.os == 'ubuntu-latest' with: name: code-coverage path: coverage.txt