Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Apr 28, 2024
1 parent c07f6db commit 069c3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func buildBackend(cfg build.Config) error {
outputPath = defaultOutputBinaryPath
}
args := []string{
"-o", filepath.Join(outputPath, exeName),
"build", "-o", filepath.Join(outputPath, exeName),
}

info := getBuildInfoFromEnvironment()
Expand Down

0 comments on commit 069c3bf

Please sign in to comment.