I've been using it to package the opentelemetry-c++ sdk for us, with single command:<p>bazel run make_otel_sdk<p>it compiles debug, fastdebug, release, then it places the .dll, include/ folders, etc. into single zip. I'm also invoking sentry-cli to obtain all source code used and also place them in<p><a href="https://github.com/malkia/opentelemetry-cpp/actions/runs/12055826824/job/33617036685#step:17:64">https://github.com/malkia/opentelemetry-cpp/actions/runs/120...</a><p>it produced this<p><a href="https://github.com/malkia/opentelemetry-cpp/releases/tag/v1.18.0-dll.1">https://github.com/malkia/opentelemetry-cpp/releases/tag/v1....</a><p>At work in a top level .bazelrc I have caching on the intranet, but on the github I'm relying (not ideal) on the actions/cache through disk_cache blobs - it works, but storing back all "blobs" makes it a bit worse than expected.