Skip to content

Commit 4762c47

Browse files
committed
Fix generic package provenance packaging
1 parent d9cd1e3 commit 4762c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leeway/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ func (p *Package) buildGeneric(buildctx *buildContext, wd, result string) (res *
13291329
// if provenance is enabled, we have to make sure we capture the bundle
13301330
if p.C.W.Provenance.Enabled {
13311331
return &packageBuild{
1332-
PackageCommands: [][]string{{"tar", "cfz", result, provenanceBundleFilename}},
1332+
PackageCommands: [][]string{{"tar", "cfz", result, "./" + provenanceBundleFilename}},
13331333
}, nil
13341334
}
13351335

0 commit comments

Comments
 (0)