From 975859fb7030ded885287c312a8127333f656930 Mon Sep 17 00:00:00 2001 From: lisaac Date: Fri, 18 Dec 2020 14:52:35 +0800 Subject: [PATCH] github actions: fix ipkg-build ref --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 885e836..e67a070 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: rm -rf /tmp/luci-indexcache /tmp/luci-modulecache EOF chmod +x /tmp/luci-app-diskman/CONTROL/postinst - wget -O /tmp/ipkg-build https://raw.githubusercontent.com/openwrt/openwrt/master/scripts/ipkg-build && \ + wget -O /tmp/ipkg-build https://raw.githubusercontent.com/openwrt/openwrt/openwrt-18.06/scripts/ipkg-build && \ chmod +x /tmp/ipkg-build && \ /tmp/ipkg-build -o root -g root /tmp/luci-app-diskman /tmp - name: Create Release