Skip to content

Commit

Permalink
github action: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Jul 1, 2024
1 parent 2967490 commit 86e7f32
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,23 @@ jobs:
else
cargo build --target "$target" "${flags[@]}"
fi
- name: List current directory contents for debugging
run: |
echo "Listing contents of current directory:"
ls -R .
- name: List home directory contents for debugging 2
run: |
echo "Listing contents of home directory:"
ls -R /home/runner
- name: List target directory contents for debugging
working-directory: cli
run: |
echo "Listing contents of target directory:"
ls -R ../target
- name: Archive binaries
working-directory: cli
id: artifacts
Expand Down

0 comments on commit 86e7f32

Please sign in to comment.