We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d4744 commit c1cccceCopy full SHA for c1cccce
.github/workflows/cmake-multi-platform.yml
@@ -95,8 +95,7 @@ jobs:
95
with:
96
name: ${{ matrix.platform_name }}-${{ matrix.compiler_name }}_${{ matrix.build_type }}
97
path: |
98
- ${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/**/*.so
99
- ${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/**/libLCE.so
+ ${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/_deps/lce-build/libLCE.so
100
${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/LegacyPlusPlus
101
102
- name: Upload Artifact (Windows)
0 commit comments