[llvm] workflows/release-sources: Make sure to checkout all the composite actions (PR #212544)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 09:51:40 PDT 2026


https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/212544

None

>From 163c82939673067bc169dda92f6df768d3187209 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Tue, 28 Jul 2026 09:49:12 -0700
Subject: [PATCH] workflows/release-sources: Make sure to checkout all the
 composite actions

---
 .github/workflows/release-sources.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-sources.yml b/.github/workflows/release-sources.yml
index d0dccff992d6b..4e0c774a143b7 100644
--- a/.github/workflows/release-sources.yml
+++ b/.github/workflows/release-sources.yml
@@ -135,7 +135,7 @@ jobs:
         with:
           persist-credentials: false
           sparse-checkout: |
-            .github/workflows/upload-release-artifact
+            .github/
             llvm/utils/release/github-upload-release.py
             llvm/utils/git/requirements.txt
           sparse-checkout-cone-mode: false



More information about the llvm-commits mailing list