We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41271d5 commit dddaad9Copy full SHA for dddaad9
scripts/dist/compress.go
@@ -62,7 +62,7 @@ func addPathToZip(zipWriter *zip.Writer, srcPath, archiveBasePath string, ignore
62
return err
63
}
64
65
- header.Name = archivePath
+ header.Name = filepath.ToSlash(archivePath)
66
header.Method = zip.Deflate
67
68
writer, err := zipWriter.CreateHeader(header)
0 commit comments