Skip to content

Commit

Permalink
Adjust paths to artifacts and build release
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 3e1e125 commit d0fb3a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:

- run: cd rust/ && cargo test

- run: cd rust/ && cargo build --release

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

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

0 comments on commit d0fb3a4

Please sign in to comment.