mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-05 08:15:47 +08:00
upload
This commit is contained in:
@@ -18,9 +18,17 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
filter: blob:none
|
||||
|
||||
- name: checkout submodule ref
|
||||
run: git submodule update --init --filter blob:none agnos-kernel-sdm845
|
||||
|
||||
- run: ./build_kernel.sh
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: boot.img
|
||||
path: output/boot.img
|
||||
|
||||
- run: ./build_system.sh
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: system.img
|
||||
path: output/system.img
|
||||
|
||||
Reference in New Issue
Block a user