From 0ebdc4dba07da676d6000557005919ae0f219a66 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 15 Dec 2024 12:09:53 +0200 Subject: [PATCH] ci: fix upload artifact conflict Doesn't like it when two jobs from the same run upload the same name. Signed-off-by: Ran Benita --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 83a92abb..ac1b0e84 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -76,7 +76,7 @@ jobs: fi - name: Store doxygen docs for use by the pages workflow uses: actions/upload-artifact@v4 - if: success() + if: success() && matrix.compiler == 'gcc' with: name: doxygen-docs path: |