diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5009daf..cefb148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,7 +208,7 @@ jobs: shell: bash run: | PKGDIR=$GITHUB_WORKSPACE/zapret-openwrt - MKFN=$PKGDIR/luci-app-zapret2/Makefile + MKFN=$PKGDIR/luci-app-zapret/Makefile PKGVER=$( grep -s '^PKG_VERSION:=.*' $MKFN | cut -d'=' -f2 ) PKGREL=$( grep -s '^PKG_RELEASE:=.*' $MKFN | cut -d'=' -f2 ) [ "$PKGREL" != "1" ] && PKGVER=$PKGVER-r$PKGREL