diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 31bfa22f5..a961b7fe6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,7 +42,7 @@ jobs: continue-on-error: true - run: | mkdir bcp - cp ./target/debug/{nomos-cli, nomos-node, rocks} bcp/ + cp ./target/debug/{nomos-cli,nomos-node,rocks} bcp/ cargo clean mkdir -p target/debug cp bcp/* ./target/debug/