Skip to content

Commit c1cccce

Browse files
fix(actions): proper path (for real this time, it worked already and am doing cleanup)
1 parent 89d4744 commit c1cccce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
with:
9696
name: ${{ matrix.platform_name }}-${{ matrix.compiler_name }}_${{ matrix.build_type }}
9797
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
98+
${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/_deps/lce-build/libLCE.so
10099
${{ github.workspace }}/cmake-build-${{ matrix.build_type }}-${{ matrix.c_compiler }}/LegacyPlusPlus
101100
102101
- name: Upload Artifact (Windows)

0 commit comments

Comments
 (0)