From 9d3b154335b90dfce7c8e87771fd8c0bb449b0f1 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 6 Jan 2025 12:36:57 +0100 Subject: [PATCH] Upload test configuration --- .github/workflows/build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0fc5db9..42e29562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,11 +67,12 @@ jobs: path: | build/${{matrix.preset}}/artifacts/* - - name: Dump Registry - run: cd build/${{matrix.preset}}/artifacts && ../../../src/grab-registry.bat - - - name: CMake Test - run: cd build/${{matrix.preset}} && ctest --verbose + - name: Upload Test Configuration + uses: actions/upload-artifact@v4 + with: + name: Windows ${{matrix.configuration}} Test Config + path: | + build/${{matrix.preset}}/**/CTestTestfile.cmake build-linux-gcc: name: Build Linux GCC