Skip to content

Commit

Permalink
Fix issue with listing irrelevant and non-existing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 15, 2023
1 parent a45a1a7 commit 01925c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- run: cd rust/ && cargo test

- name: list dist files
run: ${{ matrix.ls || 'ls -lh' }} dist/
- name: list current directory files
run: ${{ matrix.ls || 'ls -lh' }} .

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 01925c7

Please sign in to comment.