1
0
Fork 0

fix: set build dir for script type

timestamps
dump_stack() 2024-02-21 13:42:08 +00:00
parent bd2f274887
commit 0c6d5bd371
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ func (ka Artifact) Process(slog zerolog.Logger, ki distro.KernelInfo,
var cTest string
if ka.Type == Script {
result.BuildDir = ka.SourcePath
result.Build.Ok = true
cTest = ka.Script
} else if cBinary == "" {