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

This commit is contained in:
Roman Useinov
2022-08-09 09:15:26 +02:00
committed by GitHub
parent d9d19c1d53
commit 4436f2b1b6
+1 -1
View File
@@ -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: