Skip to content

Commit

Permalink
Fix(CI): Add ls to see where the bin is
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 21, 2023
1 parent ef06808 commit c42c0db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
command: build
args: --release --target ${{ matrix.target }} --all-features
toolchain: ${{ matrix.toolchain }}
- run: |
ls -la1R
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c42c0db

Please sign in to comment.