Skip to content

Commit

Permalink
refactor: build app with ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Jun 26, 2022
1 parent d52924a commit e032d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8870,7 +8870,7 @@ async function setOutputs(files) {
pathsChanged.push(file.filename.split("/").slice(0, -1).join("/"))
filesChanged.push(file.filename)
})
core.setOutput("paths_changed", JSON.stringify(pathsChanged))
core.setOutput("paths_changed", JSON.stringify([...new Set(pathsChanged)]))
core.setOutput("file_changed", JSON.stringify(filesChanged))
}

Expand Down

0 comments on commit e032d4e

Please sign in to comment.