https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/212089
Backport bab258ae1eaa56cbdc86b19f8063be612e1e4795 Requested by: @tstellar >From 7145093bff3382b6ad6c0fdfb9b110aaceb090d0 Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Sat, 25 Jul 2026 22:14:59 -0700 Subject: [PATCH] workflows/relase-tasks: Fix variable name typo (#211732) (cherry picked from commit bab258ae1eaa56cbdc86b19f8063be612e1e4795) --- .github/workflows/release-tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
