We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef38001 commit bef6521Copy full SHA for bef6521
.github/workflows/deploy_cpp_libs.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Upload ${{ matrix.build_type }} ${{ matrix.arch }} with MSVC runtime ${{ matrix.msvc_runtime }}
49
uses: actions/upload-artifact@v4
50
with:
51
- name: compiled_libs
+ name: compiled_libs_${{ matrix.arch }}_${{ matrix.build_type }}_${{ matrix.msvc_runtime }}
52
path: artifacts
53
54
CppUnix:
@@ -106,5 +106,5 @@ jobs:
106
- name: Upload Artifacts
107
108
109
+ name: compiled_libs_${{ matrix.os }}_${{ matrix.build_type }}
110
0 commit comments