[llvm] workflows/release-binaries: Pass missing release-version input to upload-release-artifact (PR #180879)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 10 19:58:40 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
<details>
<summary>Changes</summary>
This was causing the 22.1.0-rc3 uploads to fail.
---
Full diff: https://github.com/llvm/llvm-project/pull/180879.diff
1 Files Affected:
- (modified) .github/workflows/release-binaries.yml (+1)
``````````diff
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index a8188289412a0..1de66bdfe6f02 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -352,6 +352,7 @@ jobs:
- name: Upload Artifacts
uses: ./.github/workflows/upload-release-artifact
with:
+ release-version: ${{ needs.prepare.outputs.release-version }}
artifact-id: ${{ needs.build-release-package.outputs.artifact-id }}
attestation-name: ${{ needs.prepare.outputs.attestation-name }}
digest: ${{ needs.build-release-package.outputs.digest }}
``````````
</details>
https://github.com/llvm/llvm-project/pull/180879
More information about the llvm-commits
mailing list