File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ jobs:
150150 path : build/clio_server
151151
152152 - name : Upload clio_tests
153- if : ${{ inputs.unit_tests && !matrix .code_coverage }}
153+ if : ${{ inputs.unit_tests && !inputs .code_coverage }}
154154 uses : actions/upload-artifact@v4
155155 with :
156156 name : clio_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ steps.conan.outputs.conan_profile }}
157157 path : build/clio_tests
158158
159159 - name : Upload clio_integration_tests
160- if : ${{ inputs.integration_tests && !matrix .code_coverage }}
160+ if : ${{ inputs.integration_tests && !inputs .code_coverage }}
161161 uses : actions/upload-artifact@v4
162162 with :
163163 name : clio_integration_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ steps.conan.outputs.conan_profile }}
You can’t perform that action at this time.
0 commit comments