Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 11, 2024
1 parent b80e2c5 commit 4e9096c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4e9096c

Please sign in to comment.