We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcf374 commit 0b74de0Copy full SHA for 0b74de0
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -135,3 +135,12 @@ jobs:
135
- name: Test
136
working-directory: ${{ steps.strings.outputs.build-output-dir }}
137
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