mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
[Fix] Benchmark build artifact folder creation (#1518)
This commit is contained in:
@@ -276,7 +276,7 @@ benchmarks-build:
|
|||||||
<<: *benchmarks-manual-refs
|
<<: *benchmarks-manual-refs
|
||||||
script:
|
script:
|
||||||
- time cargo build --profile production --locked --features runtime-benchmarks
|
- time cargo build --profile production --locked --features runtime-benchmarks
|
||||||
- mkdir artifacts
|
- mkdir -p artifacts
|
||||||
- cp target/production/polkadot-parachain ./artifacts/
|
- cp target/production/polkadot-parachain ./artifacts/
|
||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
|
|||||||
Reference in New Issue
Block a user