From 90cc19e1bb9ff48ef0ccc1b3b28860e24fcbdac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=89=BE=E4=B8=8D=E5=88=B0releases=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=BF=90=E8=A1=8C=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-openwrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index fc53c668..b74a505d 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -1297,8 +1297,8 @@ jobs: curl -s -L --retry 6 https://github.com/${{ github.repository }}/releases/download/${latest_ver}/allkmod.zip -o $PACKAGECOMPARE_ROOT_PATH/allkmod.zip -nv || exit 0 curl -s -L --retry 6 https://github.com/${{ github.repository }}/releases/download/${latest_ver}/package.zip -o $PACKAGECOMPARE_ROOT_PATH/package.zip -nv || exit 0 cd $PACKAGECOMPARE_ROOT_PATH - unzip package.zip - unzip allkmod.zip + unzip package.zip || exit 0 + unzip allkmod.zip || exit 0 mv package oldpackage mv kmod oldkmod cp -rf oldkmod/* oldpackage/