This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Description
My workflow seems to successfully build but I do not know where the build artefacts are. I tried doing a find \ but it didn't find anything.
How do I determine the location of the compiled binary and man files?
jobs:
armv7l:
name: armv7l build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ogham/exa
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: armv7-unknown-linux-gnueabihf
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build