Skip to content

Commit

Permalink
Change artifact that is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
misakazip authored Nov 25, 2024
1 parent ad038b8 commit af1b801
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,26 +112,12 @@ jobs:
name: Image.gz
path: out/arch/arm64/boot/Image.gz

- name: Upload Kernel (Image.gz-dtb)
- name: Upload Kernel (dts)
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: Image.gz-dtb
path: out/arch/arm64/boot/Image.gz-dtb

- name: Upload Kernel (dtbo.img)
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: dtbo.img
path: out/arch/arm64/boot/dtbo.img

- name: Upload Kernel (dtb)
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: dtb
path: out/arch/arm64/boot/dtb
name: dts
path: out/arch/arm64/boot/dts
- name: Upload kernel artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit af1b801

Please sign in to comment.