Skip to content

Commit

Permalink
find the output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Mar 21, 2024
1 parent b2a0844 commit 4173c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
run: cargo fmt --check
- name: Clippy
run: cargo clippy --all-features --all-targets -- --deny warnings
- name: FIND THE FILE
run: ls -lah target/
run: tree target/
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4173c48

Please sign in to comment.