mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: update uboot.yml (#1592)
parent
adf80ead75
commit
e9329e669d
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install gcc-arm-linux-gnueabi gcc-mipsel-linux-gnu u-boot-tools lzop
|
sudo apt-get install gcc-arm-linux-gnueabi gcc-mipsel-linux-gnu u-boot-tools lzop gnutls-dev lzma-alone
|
||||||
|
|
||||||
- name: Allwinner
|
- name: Allwinner
|
||||||
run: |
|
run: |
|
||||||
|
@ -35,6 +35,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tag_name: latest
|
tag_name: latest
|
||||||
files: |
|
files: |
|
||||||
u-boot-ingenic/output/*-nor.bin
|
u-boot-*/output/*-nor.bin
|
||||||
u-boot-sigmastar/output/*-nor.bin
|
u-boot-*/output/*-nand.bin
|
||||||
u-boot-sigmastar/output/*-nand.bin
|
|
||||||
|
|
Loading…
Reference in New Issue