[llvm-branch-commits] [llvm] [Github] Make unprivileged-download-artifact download multiple artifacts (PR #170216)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 2 18:01:14 PST 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/170216
>From f4dc493d9245a9739ab0e45a81ee7fef48c41801 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 3 Dec 2025 02:01:04 +0000
Subject: [PATCH] fix
Created using spr 1.3.7
---
.github/workflows/unprivileged-download-artifact/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unprivileged-download-artifact/action.yml b/.github/workflows/unprivileged-download-artifact/action.yml
index fa3fbe8176a16..122b5028448f2 100644
--- a/.github/workflows/unprivileged-download-artifact/action.yml
+++ b/.github/workflows/unprivileged-download-artifact/action.yml
@@ -81,7 +81,7 @@ runs:
core.setOutput("urls", " ".join(artifact_urls));
core.setOutput("ids", " ".join(artifact_ids));
- core.setOutput("names", " ".join(artifact_names)")
+ core.setOutput("names", " ".join(artifact_names));
- shell: bash
if: steps.artifact-url.outputs.urls != ''
More information about the llvm-branch-commits
mailing list