Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-thiele authored Aug 9, 2024
1 parent 89b0c9f commit 9abd383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit 9abd383

Please sign in to comment.