Skip to content

Commit 7cdac89

Browse files
authored
Update cmake-build-multi-platform.yml
1 parent dbaba8e commit 7cdac89

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/cmake-build-multi-platform.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ jobs:
6666
# 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).
6767
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
6868
run: ctest --build-config ${{ matrix.build_type }}
69+
70+
- name: Upload Build Artifacts
71+
uses: actions/upload-artifact@v4
72+
with:
73+
name: build-artifacts-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }}
74+
path: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)