Skip to content

fix: support Windows

Matthew Clarkson requested to merge pipe into main

Needed to switch to piping the data into tar. The PATH override does not work on Windows. This has the added benefit that we do not depend on any tar specific flags.

Merge request reports