Skip to content

Commit

Permalink
Debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 24, 2023
1 parent 34123f9 commit 64ee985
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,10 @@ jobs:
# make O=/tmp/build BR2_EXTERNAL=${{ github.workspace }} $BUILDROOT_DEFCONFIG
make
- name: Copy firmware
run: |
ls -l /opt/buildroot/output/images
cp -r -v /opt/buildroot/output/images /opt/firmware
# https://github.com/softprops/action-gh-release
- name: Release
uses: softprops/action-gh-release@v1
with:
files: /opt/firmware/*
# - name: Copy firmware
# run: |
# ls -l /opt/buildroot/output/images
# cp -r -v /opt/buildroot/output/images /opt/firmware

# # -rwxr-xr-x+ 1 runner docker 51543 Aug 24 02:41 bcm2711-rpi-4-b.dtb
# # -rw-rw-rw-+ 1 runner docker 33554432 Aug 24 03:14 boot.vfat
Expand All @@ -123,6 +117,14 @@ jobs:
# # -rw-rw-rw-+ 1 runner docker 159384064 Aug 24 03:14 sdcard.img
# # -rw-r--r--+ 1 runner docker 6762552 Aug 24 02:41 zImage

# https://github.com/softprops/action-gh-release
# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# files: /opt/firmware/sdcard.img

# https://github.com/marketplace/actions/create-release

# - name : Upload buildroot-${{env.BUILDROOT_TAG}}-${{env.BUILDROOT_BOARD}}
# uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit 64ee985

Please sign in to comment.