We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9c4a0 commit ff52afcCopy full SHA for ff52afc
build.ps1
@@ -25,7 +25,7 @@ function BuildVariants {
25
$outputfile += ".exe"
26
}
27
28
- $BUILDER build -ldflags "$ldflags" -o $outputfile $compileflags $path
+ & $BUILDER build -ldflags "$ldflags" -o $outputfile $compileflags $path
29
if (Get-Command "cyclonedx-gomod" -ErrorAction SilentlyContinue)
30
{
31
cyclonedx-gomod app -json -licenses -output $outputfile.bom.json -main $path .
0 commit comments