From 1392db0e26d1920abd81824b119dbc31fd0ce32c Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 21 Jan 2025 20:50:42 +0100 Subject: [PATCH] build: fix more Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0902c6efb..7fcb6ba7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,6 +115,7 @@ jobs: echo "${ARC_VERSION}" > "files/p1/ARC-VERSION" echo "ARC_VERSION=${ARC_VERSION}" >> $GITHUB_ENV echo "${ARC_BRANCH}" > "files/p1/ARC-BRANCH" + echo "ARC_BRANCH=${ARC_BRANCH}" >> $GITHUB_ENV echo "Create Arc Image" IMAGE_FILE="arc.img"