From e9329e669d129d1961eb00ad4f3fcdad378abbc7 Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:31:56 +0100 Subject: [PATCH] [no ci] Workflow: update uboot.yml (#1592) --- .github/workflows/uboot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/uboot.yml b/.github/workflows/uboot.yml index 9b077a7ab..801f30677 100644 --- a/.github/workflows/uboot.yml +++ b/.github/workflows/uboot.yml @@ -10,7 +10,7 @@ jobs: - name: Prepare run: | 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 run: | @@ -35,6 +35,5 @@ jobs: with: tag_name: latest files: | - u-boot-ingenic/output/*-nor.bin - u-boot-sigmastar/output/*-nor.bin - u-boot-sigmastar/output/*-nand.bin + u-boot-*/output/*-nor.bin + u-boot-*/output/*-nand.bin