Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jul-Lii authored Aug 29, 2023
1 parent 70242b6 commit 4457680
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,16 @@ jobs:
path: ${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/Image.gz
if-no-files-found: ignore
retention-days: 7

- name: "💙 Upload Image.gz-dtb"
uses: actions/upload-artifact@v3
env:
arch: ${{ steps.generate-args.outputs.ARCH }}
with:
name: Image.gz-dtb-${{ env.KERNEL_DEVICE }}-${{ env.KERNEL_NAME }}-${{ env.builddate }}
path: ${{ env.OUT_DIR }}/arch/${{ env.arch }}/boot/Image.gz-dtb
if-no-files-found: ignore
retention-days: 7

- name: "💜 Upload dtb"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4457680

Please sign in to comment.