Skip to content

Commit

Permalink
list build output
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Aug 26, 2024
1 parent 7ca64da commit 4ec139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
cd pixie-firmware
docker run --rm -v $PWD:/project -w /project -u $UID -e HOME=/tmp espressif/idf idf.py build
- name: Verify assets
run: ls ${{ github.workspace }}
run: ls -R ${{ github.workspace }}/pixie-firmware/build

0 comments on commit 4ec139c

Please sign in to comment.