[llvm-branch-commits] [llvm] release/23.x: workflows/release-binaries: Always dump Wix log on Windows (#212056) (PR #215025)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Aug 8 13:59:47 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: llvmbot
<details>
<summary>Changes</summary>
Backport cb274010df165e9187233b50babc89fff2103ed5
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/215025.diff
1 Files Affected:
- (modified) .github/workflows/release-binaries.yml (+1-1)
``````````diff
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 3c1b775419d06..d12052dfd92eb 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -296,7 +296,7 @@ jobs:
echo "windows-installer-filename=$(Split-Path -Path $installer -Leaf)" >> $env:GITHUB_OUTPUT
- name: Dump Wix logs
- if: runner.os == 'Windows'
+ if: runner.os == 'Windows' && always()
env:
LLVM_VERSION: ${{ needs.prepare.outputs.release-version }}
BUILD_DIR_SUFFIX: ${{ case(runner.arch == 'ARM64', 'arm64', 'amd64') }}
``````````
</details>
https://github.com/llvm/llvm-project/pull/215025
More information about the llvm-branch-commits
mailing list