Skip to content
Snippets Groups Projects
Commit 4436f2b1 authored by Roman Useinov's avatar Roman Useinov Committed by GitHub
Browse files

[Fix] Benchmark build artifact folder creation (#1518)

parent d9d19c1d
Branches
No related merge requests found
......@@ -276,7 +276,7 @@ benchmarks-build:
<<: *benchmarks-manual-refs
script:
- time cargo build --profile production --locked --features runtime-benchmarks
- mkdir artifacts
- mkdir -p artifacts
- cp target/production/polkadot-parachain ./artifacts/
benchmarks:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment