Skip to content

Commit bef6521

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent ef38001 commit bef6521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_cpp_libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Upload ${{ matrix.build_type }} ${{ matrix.arch }} with MSVC runtime ${{ matrix.msvc_runtime }}
4949
uses: actions/upload-artifact@v4
5050
with:
51-
name: compiled_libs
51+
name: compiled_libs_${{ matrix.arch }}_${{ matrix.build_type }}_${{ matrix.msvc_runtime }}
5252
path: artifacts
5353

5454
CppUnix:
@@ -106,5 +106,5 @@ jobs:
106106
- name: Upload Artifacts
107107
uses: actions/upload-artifact@v4
108108
with:
109-
name: compiled_libs
109+
name: compiled_libs_${{ matrix.os }}_${{ matrix.build_type }}
110110
path: artifacts

0 commit comments

Comments
 (0)