mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Update file paths
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
9235eccbd6
commit
14cfa4d916
2
index.js
2
index.js
@ -11,7 +11,7 @@ async function run() {
|
||||
console.log(`CWD: ${process.cwd()}`)
|
||||
console.log(`filePath: ${core.getInput('filePath')}`)
|
||||
|
||||
const patterns = ['**/*.csproj', '**/package.json']
|
||||
const patterns = ['src/**/*.csproj', 'package.json']
|
||||
const globber = await glob.create(patterns.join('\n'))
|
||||
const files = await globber.glob()
|
||||
console.log("files: ", files)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user