Skip to content

Commit

Permalink
Debug firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 24, 2023
1 parent e2d2eed commit 08bcac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:
# make BR2_EXTERNAL=${{ github.workspace }} $BUILDROOT_DEFCONFIG
# make O=/tmp/build BR2_EXTERNAL=${{ github.workspace }} $BUILDROOT_DEFCONFIG
make
- name: Copy firmware
run: |
ls -l /opt/buildroot/output/images
cp -r /opt/buildroot/output/images /opt/firmware
- name : Upload buildroot-${{env.BUILDROOT_TAG}}-${{env.BUILDROOT_BOARD}}
Expand Down

0 comments on commit 08bcac7

Please sign in to comment.