configurator
configurator copied to clipboard
Allow for different bin folder executables
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!
may be support a destination dir to allow moving to a different directory?