File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,5 +129,5 @@ jobs:
129129 - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
130130 if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
131131 with :
132- name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-${{matrix.build_type}}- shared-${{matrix.shared_library}}
132+ name : ${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
133133 path : ${{env.COVERAGE_DIR}}
Original file line number Diff line number Diff line change 8181 - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8282 if : matrix.os == 'ubuntu-22.04'
8383 with :
84- name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-${{matrix.build_type}}- shared-${{matrix.shared_library}}
84+ name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-shared-${{matrix.shared_library}}
8585 path : ${{env.COVERAGE_DIR}}
You can’t perform that action at this time.
0 commit comments