aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptosfoundation.org
Other
6.18k stars 3.66k forks source link

[Bug] `aptos move compile --save-metadata --output-dir=..` saves metadata in the default output dir #14285

Open cfal opened 3 months ago

cfal commented 3 months ago

🐛 Bug

Tested on CLI 4.0.0

When specifying an output dir with --output-dir, package-metadata.bcs is still stored in the default location (/build).

Expected Behavior

The package-metadata file is saved in the specified output directory

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.

cfal commented 1 month ago

.