We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e8553 commit 6ccf1c8Copy full SHA for 6ccf1c8
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Add DTB to LK
34
run: cat /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/build-k63v2_64_bsp/lk.img /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/main_dtb_header.bin > /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/lk.img
35
- name : Upload bootloader (unsigned)
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
37
with:
38
name: yggdrasil_lk-unsigned.img
39
path: /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/lk.img
0 commit comments