beaker icon indicating copy to clipboard operation
beaker copied to clipboard

do not prefix with artifacts if absolute path given

Open dzmitry-lahoda opened this issue 1 year ago • 0 comments

 nix run .#beaker -- wasm  store-code ./result/lib/cw_xc_gateway  --signer-mnemonic "$CI_COSMOS_MNEMONIC"

expands to

artifacts./result/lib/cw_xc_gateway

expected

<Dir with Beaker.toml>/result/lib/cw_xc_gateway 

dzmitry-lahoda avatar Aug 16 '23 20:08 dzmitry-lahoda