dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.38k stars 192 forks source link

[NativeAOT-LLVM] Upload internediate artifacts when isOfficialBuild = true #2466

Closed yowl closed 8 months ago

yowl commented 8 months ago

In the last merge upload-intermediate-artifacts-step.yml was introduced to runtime-post-build-steps.yml but the parameter is never passed as true to actually invoke this step. This PR sets tht parameter to true when isOfficialBuild == trur