We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13db30b + edd96d9 commit f67f813Copy full SHA for f67f813
pkg/skaffold/util/tar.go
@@ -46,7 +46,7 @@ func CreateTar(w io.Writer, root string, paths []string) error {
46
return err
47
}
48
49
- if err := addFileToTar(p, tarPath, tw); err != nil {
+ if err := addFileToTar(p, filepath.ToSlash(tarPath), tw); err != nil {
50
51
52
0 commit comments