From 9abd383077ffe600db38e41d77fc9ef685407244 Mon Sep 17 00:00:00 2001 From: jonas-thiele <49486047+jonas-thiele@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:34:46 +0200 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d7ab006..054c855 100644 --- a/src/main.ts +++ b/src/main.ts @@ -207,7 +207,7 @@ Commit: ${repo_url}/commit/${commit_sha} ` } - for (let artifact of artifact_list.split(/\s+/)) { + for (let artifact of artifact_list.split(",")) { artifact = artifact.trim() core.info(`Processing artifact: ${artifact}`)