osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

do not prefix with artifacts if absolute path given #125

Open dzmitry-lahoda opened 1 year ago

dzmitry-lahoda commented 1 year ago
 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