From e25416e757d136d26f4249df691671123a6c7eb2 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 31 Jul 2024 02:29:42 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f21a025..f676c6e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -73,3 +73,11 @@ jobs: # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest --build-config ${{ matrix.build_type }} + + - name: Archive production artifacts + uses: actions/upload-artifact@v4 + with: + name: dist-without-markdown + path: | + ${{ steps.strings.outputs.build-output-dir }} + !${{ steps.strings.outputs.build-output-dir }}/**/*