Skip to content

Commit b13dcc1

Browse files
committed
CI: uefi-only: Adjust path for use as uefi-only installer package
Signed-off-by: Janne Grunau <[email protected]>
1 parent 73251a0 commit b13dcc1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/installer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ jobs:
7373
7474
- name: Create m1n1 uefi only boot.bin
7575
run: |
76+
mkdir -p uefi-only/out/esp/m1n1/
7677
gzip -k u-boot/u-boot-nodtb.bin
7778
cat build/m1n1.bin \
7879
u-boot/arch/arm/dts/t60*.dtb \
7980
u-boot/arch/arm/dts/t81*.dtb \
80-
> uefi-only/boot.bin
81+
> uefi-only/out/esp/m1n1/boot.bin
8182
8283
- uses: actions/upload-artifact@v4
8384
with:
8485
name: uefi-only_boot.bin
8586
path: |
86-
uefi-only/boot.bin
87+
uefi-only/out

0 commit comments

Comments
 (0)