Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Dec 21, 2023
1 parent 2533529 commit e14e7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-artifacts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ async function main() {

const artifactNames = names.split(",").map(artifactName => artifactName.trim())

const artifactsToDownload = artifacts.filter(artifact => {
return artifactNames.map(name => matchesWithRegex(artifact.name, name)).reduce((prevValue, currValue) => prevValue || currValue)
const artifactsToDownload = artifacts.filter((artifact) => {
return true
})

core.info("BEGIN TEST OUTPUT")
Expand Down

0 comments on commit e14e7cb

Please sign in to comment.