From a79a3cf45fb56bbbd0f54597f62e7b040820f655 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 2 Nov 2023 21:08:59 +0100 Subject: [PATCH] build: fix Signed-off-by: AuxXxilium --- .github/workflows/autobuild.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 6cf26c1..de4cf07 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -49,7 +49,7 @@ jobs: if [ -n "${VERSION}" ]; then # Modify Source File echo "${VERSION}" >VERSION - echo "${VERSION}" >files/arc/p1/ARC-VERSION + echo "${VERSION}" >files/p1/ARC-VERSION sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh fi diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21715e2..0a39951 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: if [ -n "${VERSION}" ]; then # Modify Source File echo "${VERSION}" >VERSION - echo "${VERSION}" >files/arc/p1/ARC-VERSION + echo "${VERSION}" >files/p1/ARC-VERSION sed 's/^ARC_VERSION=.*/ARC_VERSION="'${VERSION}'"/' -i files/initrd/opt/arc/include/consts.sh fi