configurator icon indicating copy to clipboard operation
configurator copied to clipboard

Allow for different bin folder executables

Open palfrey opened this issue 3 years ago • 1 comments

I was trying to do

      - uses: engineerd/[email protected]
        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!

palfrey avatar Jul 31 '22 22:07 palfrey

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

rajatjindal avatar Oct 12 '22 06:10 rajatjindal