Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit f1fbcc4

Browse files
authored
Fix
1 parent 9b8e9c6 commit f1fbcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function detect () {
4848

4949
const metadataInput = core.getInput('metadata')
5050

51-
process.chdir(goModPath)
51+
process.chdir(goModDir)
5252
console.log(
5353
`Running go package detection in ${path} on build target ${goBuildTarget}`
5454
)

0 commit comments

Comments
 (0)