Skip to content

Commit 0b74de0

Browse files
Update cmake-multi-platform.yml
1 parent 1bcf374 commit 0b74de0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,12 @@ jobs:
135135
- name: Test
136136
working-directory: ${{ steps.strings.outputs.build-output-dir }}
137137
run: ctest --build-config ${{ matrix.build_type }}
138+
139+
# ------------------------
140+
# Upload build artifacts
141+
# ------------------------
142+
- name: Upload binaries
143+
uses: actions/upload-artifact@v4
144+
with:
145+
name: next-${{ matrix.os }}-${{ matrix.c_compiler }}
146+
path: ${{ steps.strings.outputs.build-output-dir }}/next*

0 commit comments

Comments
 (0)