https://github.com/c-rhodes updated 
https://github.com/llvm/llvm-project/pull/179804

>From 22d119d7b569ef3f52f1e507f4024c06ce5baaba Mon Sep 17 00:00:00 2001
From: Tom Stellard <[email protected]>
Date: Wed, 4 Feb 2026 14:26:42 -0800
Subject: [PATCH] workflows/release-binaries: Fix typo (#178732)

This was causing the attestation-name to be null which caused the attestation 
upload to fail.

(cherry picked from commit 1ade879267e8d4e2314b45fcd63e9fbbc8249226)
---
 .github/workflows/release-binaries.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-binaries.yml 
b/.github/workflows/release-binaries.yml
index 3bf6860d4e537..dbaa1eca3b6b3 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -62,7 +62,7 @@ jobs:
       release-binary-filename: ${{ steps.vars.outputs.release-binary-filename 
}}
       build-runs-on: ${{ steps.vars.outputs.build-runs-on }}
       test-runs-on: ${{ steps.vars.outputs.build-runs-on }}
-      attestation-name: ${{ steps.vars.outptus.attestation-name }}
+      attestation-name: ${{ steps.vars.outputs.attestation-name }}
 
     steps:
     # It's good practice to use setup-python, but this is also required on 
macos-14

_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to