File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 63
63
64
64
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}"
65
65
- name : Upload Artifacts
66
+ if : ' !cancelled()'
66
67
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
67
68
with :
68
69
name : Premerge Artifacts (Linux)
@@ -113,6 +114,7 @@ jobs:
113
114
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
114
115
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
115
116
- name : Upload Artifacts
117
+ if : ' !cancelled()'
116
118
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
117
119
with :
118
120
name : Premerge Artifacts (Windows)
You can’t perform that action at this time.
0 commit comments