engineerd / configurator

Cross-platform GitHub Action to download, extract, and add to path statically compiled tools
https://radu-matei.com/blog/github-action-cross-plat-configure-tools/
MIT License
26 stars 13 forks source link

Handle compressed binaries #42

Open rnpridgeon opened 1 year ago

rnpridgeon commented 1 year ago

Some github projects provide their releases as compressed, but not archived, binaries.

One such example being Shopify's Javy.

It would be swell if configurator was able decompress such a binary and then install it in the same manner it does uncompressed binaries.

rajatjindal commented 1 year ago

Hi @rnpridgeon to ensure I understand it correctly, you mean to support .gz files?