diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87d96eb..9f2279b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,11 +35,13 @@ jobs: - name: Build uses: openwrt/gh-action-sdk@main env: + # We only use lua and shellscript, so it will worked on arm / mips router ARCH: x86_64-22.03.2 PACKAGES: luci-app-fleth FEEDNAME: huggy NO_REFRESH_CHECK: true - - uses: actions/upload-artifact@v4 + - name: Upload artifact + uses: actions/upload-artifact@v4 with: path: bin/packages/x86_64/huggy/ - name: 'Remove i18n ipk' diff --git a/Makefile b/Makefile index 03beb14..0f774fd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-fleth LUCI_TITLE:=LuCI Support for Flet'h LUCI_DESCRIPTION:=luci-app-fleth is a helper that can configure IPv4 over IPv6 tunnel automatically in Japan. -PKG_VERSION:=0.6 +PKG_VERSION:=0.7 PKG_RELEASE:=1 LUCI_PKGARCH:=all