From 7836d2c6ecbf073c3978cf69600c0ccefc3e7e6f Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Thu, 13 Mar 2025 19:32:57 +0300 Subject: [PATCH] Fix --- .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 9fb3c59..e4f2abc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Check version match run: | PODKOP_VERSION=$(grep '^PKG_VERSION:=' podkop/Makefile | cut -d '=' -f 2) - LUCI_APP_PODKOP_VERSION=$(grep '^PKG_VERSION:=' podkop/Makefile | cut -d '=' -f 2) + LUCI_APP_PODKOP_VERSION=$(grep '^PKG_VERSION:=' luci-app-podkop/Makefile | cut -d '=' -f 2) TAG_VERSION=${GITHUB_REF#refs/tags/v}