Skip to content

Commit 72c4ee6

Browse files
committed
Update cmake-multi-platform.yml
1 parent 96c8f90 commit 72c4ee6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,4 @@ jobs:
8383
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8484
run: ctest --build-config ${{ matrix.build_type }}
8585

86-
- name: Upload generated single header
87-
if: github.event_name == 'push' && (github.ref_name == 'master' || github.ref_name == 'auto-single-header') && matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' && matrix.cxx_standard == 17
88-
uses: actions/upload-artifact@v4
89-
with:
90-
name: single-header-${{ github.ref_name }}-${{ github.sha }}
91-
path: ${{ steps.strings.outputs.build-output-dir }}/single_include_generated/csv.hpp
92-
if-no-files-found: error
93-
9486

0 commit comments

Comments
 (0)