From c675c7b0dd21f38e9ded6da7fa58221355da7e01 Mon Sep 17 00:00:00 2001 From: ttimasdf Date: Wed, 13 Dec 2023 09:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20broken=20CI=20due=20to=20o?= =?UTF-8?q?penwrt/sdk=20naming=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ed4db6..03f8620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: arch: [arm_cortex-a15_neon-vfpv4] # x86-64, - version: [22.03.2, 21.02.5] + version: [22.03, 21.02] steps: - uses: actions/checkout@v2 @@ -37,7 +37,7 @@ jobs: - name: Build ipk uses: ttimasdf/gh-action-openwrt-build-package@master env: - ARCH: ${{ matrix.arch }}-${{ matrix.version }} + ARCH: ${{ matrix.arch }}-openwrt-${{ matrix.version }} - name: Upload ipk packages uses: actions/upload-artifact@v2