acheronfail / repgrep

An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
Apache License 2.0
257 stars 4 forks source link

Fix windows builds in CI #75

Closed acheronfail closed 1 year ago

acheronfail commented 1 year ago

This should fix #61.

Seems that in CI the windows builds don't nest the output under target/TRIPLE/release/, but rather just target/release/, not sure why... :thinking:

Either way, this should hopefully fix it.