diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index e8ee791..9872dbb 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -584,6 +584,7 @@ func generateEmbedcfgFile(files []string, srcDir string, embedcfgFile string) { panic(err) } + os.MkdirAll(filepath.Dir(embedcfgFile), os.ModePerm) os.WriteFile(embedcfgFile, []byte(embedcfgData), 0644) }