修复设置tag后依旧只会构建默认分支的问题

This commit is contained in:
2025-06-22 07:52:25 +08:00
parent 62bd578c8e
commit 4e9d928ccc
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -89,11 +89,13 @@ jobs:
if [[ ${{ inputs.gxde-is-backport }} == true ]]; then
isBackport=backport
fi
export REPO_BRANCH=${{ github.ref_name }}
bash .github/workflows/configure-building-enviroment-base-system.sh ${{ inputs.arch }} \
${{ inputs.rootfs-codename }} \
$REPOSITORY \
https://github.com/$GITHUB_REPOSITORY \
${{ inputs.rootfs-source }} \
${{ github.ref_name }} \
$isBackport
- name: Building ${{ GITHUB.repository }}