[llvm-branch-commits] [llvm] release/23.x: workflows/relase-tasks: Fix variable name typo (#211732) (PR #212089)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 25 22:24:05 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: llvmbot
<details>
<summary>Changes</summary>
Backport bab258ae1eaa56cbdc86b19f8063be612e1e4795
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/212089.diff
1 Files Affected:
- (modified) .github/workflows/release-tasks.yml (+1-1)
``````````diff
diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml
index d46c6e24efb89..0b8a39868dedb 100644
--- a/.github/workflows/release-tasks.yml
+++ b/.github/workflows/release-tasks.yml
@@ -135,7 +135,7 @@ jobs:
- uses: actions/upload-artifact at 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
- name: lit-${{ inputs.release-version }}-release-binary
+ name: lit-${{ needs.validate-tag.outputs.release-version }}-release-binary
path: |
llvm/utils/lit/dist
``````````
</details>
https://github.com/llvm/llvm-project/pull/212089
More information about the llvm-branch-commits
mailing list