Commit 56bde12 1 parent 0093977 commit 56bde12 Copy full SHA for 56bde12
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,14 +150,14 @@ jobs:
150
150
path : build/clio_server
151
151
152
152
- name : Upload clio_tests
153
- if : ${{ inputs.unit_tests && !matrix .code_coverage }}
153
+ if : ${{ inputs.unit_tests && !inputs .code_coverage }}
154
154
uses : actions/upload-artifact@v4
155
155
with :
156
156
name : clio_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ steps.conan.outputs.conan_profile }}
157
157
path : build/clio_tests
158
158
159
159
- name : Upload clio_integration_tests
160
- if : ${{ inputs.integration_tests && !matrix .code_coverage }}
160
+ if : ${{ inputs.integration_tests && !inputs .code_coverage }}
161
161
uses : actions/upload-artifact@v4
162
162
with :
163
163
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