diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 6cf26c10..de4cf07e 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 21715e2f..0a39951c 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