Skip to content

Commit

Permalink
Fix XZed binaries similar to bzip2ed binaries (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Korbinian Pauli <kp@pauli.io>
  • Loading branch information
korpa and Korbinian Pauli authored Dec 5, 2021
1 parent 56ca9da commit fab888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/assets/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func (f *Filter) processXz(name string, r io.Reader) (string, io.Reader, error)
return "", nil, err
}

return "", xr, nil
return name, xr, nil
}

func (f *Filter) processZip(name string, r io.Reader) (string, io.Reader, error) {
Expand Down

0 comments on commit fab888d

Please sign in to comment.