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

Allow for different bin folder executables #38

Open palfrey opened 2 years ago

palfrey commented 2 years ago

I was trying to do

      - uses: engineerd/configurator@v0.0.8
        with:
          name: /home/runner/.cargo/bin/cargo-binstall
          url: https://github.com/ryankurte/cargo-binstall/releases/download/v0.11.1/cargo-binstall-x86_64-unknown-linux-musl.tgz
          pathInArchive: cargo-binstall

and it installed to /home/runner/configurator/bin/home/runner/.cargo/bin/cargo-binstall not the folder I expected!

rajatjindal commented 1 year ago

may be support a destination dir to allow moving to a different directory?