Skip to content

Commit

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

0 comments on commit 17fd66a

Please sign in to comment.