From ce6e7624d528146b20e9673cdb7b9970e8951c34 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Dec 2024 13:14:45 -0800 Subject: [PATCH] CI: only upload windows artifact for static build. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c25319af2..df08f2cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,7 @@ jobs: ctest --test-dir build -C Debug --output-on-failure shell: cmd - name: Upload artifact + if: ${{ matrix.build_type == 'static' }} uses: actions/upload-artifact@v4 with: name: cmark windows ${{ matrix.build_type }}