Skip to content

Commit

Permalink
fix: cp
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 13, 2024
1 parent 17fd66a commit 486a8cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Prepare artifacts
run: |
mkdir bcp
ls -la ./target/debug
ls -la ./target/
cp ./target/debug/{nomos-cli, nomos-node, rocks} bcp/
cp ./target/debug/nomos-cli bcp/
cp ./target/debug/nomos-node bcp/
cp ./target/debug/rocks bcp/
cargo clean
mkdir -p target/debug
cp bcp/* ./target/debug/
Expand Down

0 comments on commit 486a8cf

Please sign in to comment.