Skip to content

Commit

Permalink
list only the bin files used to flash to the device
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Aug 26, 2024
1 parent 4ec139c commit 4702094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ 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 -R ${{ github.workspace }}/pixie-firmware/build
run: |
ls -l ${{ github.workspace }}/pixie-firmware/build/pixie.bin
ls -l ${{ github.workspace }}/pixie-firmware/build/bootloader/bootloader.bin
ls -l ${{ github.workspace }}/pixie-firmware/build/partition_table/partition-table.bin

0 comments on commit 4702094

Please sign in to comment.