We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284ffb commit 6ffe139Copy full SHA for 6ffe139
.github/workflows/build_release.yml
@@ -14,10 +14,10 @@ jobs:
14
steps:
15
- name: Build LuCI Package
16
id: build
17
- uses: stevenjoezhang/build-luci-app@v0
+ uses: stevenjoezhang/build-luci-app@v1
18
with:
19
package: luci-app-adguardhome
20
- sdk-url: https://archive.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/OpenWrt-SDK-15.05.1-ar71xx-generic_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2
+ sdk-url: https://archive.openwrt.org/releases/21.02.0/targets/x86/64/openwrt-sdk-21.02.0-x86-64_gcc-8.4.0_musl.Linux-x86_64.tar.xz
21
snapsdk-url: https://downloads.openwrt.org/snapshots/targets/x86/64/openwrt-sdk-x86-64_gcc-14.3.0_musl.Linux-x86_64.tar.zst
22
23
- name: Create Release
0 commit comments