From e8832fbc11760f6f56c9d91d02026f47858b15c2 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 21 Jan 2025 20:47:01 +0100 Subject: [PATCH 1/2] build: update Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00f0b2cb..0902c6ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: echo "OK" # Build incremental - - name: Build evo Image + - name: Build Image run: | . scripts/func.sh @@ -161,7 +161,7 @@ jobs: convertova "${IMAGE_FILE}" "arc.ova" # Zip image and generate checksum - - name: Pack extended Image + - name: Pack Image run: | if [ -n "${{ env.ARC_VERSION }}" ]; then zip -9 "arc-${{ env.ARC_VERSION }}-${{ env.ARC_BRANCH }}.img.zip" arc.img From 1392db0e26d1920abd81824b119dbc31fd0ce32c Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 21 Jan 2025 20:50:42 +0100 Subject: [PATCH 2/2] 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 0902c6ef..7fcb6ba7 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"