From 61a572dab8d47fd967e83e6c31028e06ebe92144 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Tue, 8 Nov 2022 11:38:32 +0530 Subject: [PATCH 1/2] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index af1ffb0..41baf36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -146,7 +146,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: ${{ github.workspace }}/*.iso - tag_name: ${{ env.isotag }} + tag_name: v${{ env.isotag }} body_path: ${{ github.workspace }}/.github/workflows/instructions.txt draft: false prerelease: false From 5e6556a2b81c941c11221aecad5910320367f56c Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Tue, 8 Nov 2022 11:39:15 +0530 Subject: [PATCH 2/2] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fe4b5f4..91e2213 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ ROOT_PATH=$(pwd) WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" -KERNEL_VERSION=6.0.7 +KERNEL_VERSION=6.0.6 PKGREL=1 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh