build: Fix branch name

This commit is contained in:
remittor
2025-12-27 19:29:18 +03:00
parent 9104838c9b
commit 2f112defb4

View File

@@ -21,7 +21,7 @@ env:
FAKE_BUILD: ${{ github.event.inputs.fake_build }} FAKE_BUILD: ${{ github.event.inputs.fake_build }}
REPO_URL: https://github.com/openwrt-xiaomi/openwrt REPO_URL: https://github.com/openwrt-xiaomi/openwrt
REPO_LNK: openwrt-xiaomi/openwrt REPO_LNK: openwrt-xiaomi/openwrt
REPO_BRANCH: xq-25.10 REPO_BRANCH: xq-25.12
TAG_PREFIX: v25- TAG_PREFIX: v25-
BUILD_ROOT: ${{ github.workspace }}/openwrt BUILD_ROOT: ${{ github.workspace }}/openwrt
DEPENDENCIES: ${{ github.workspace }}/dependencies-ubuntu.txt DEPENDENCIES: ${{ github.workspace }}/dependencies-ubuntu.txt