Skip to content

Commit

Permalink
💚 Fix broken CI due to openwrt/sdk naming change
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimasdf committed Dec 13, 2023
1 parent 5383c8b commit c675c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c675c7b

Please sign in to comment.