Fix benchmarks-build job (#1368)

This commit is contained in:
Vlad
2022-06-14 19:37:54 +03:00
committed by GitHub
parent ee78e89c67
commit 0a1da1a597
+1 -1
View File
@@ -274,7 +274,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: