From 81b27ea57b0de3766b5bf70b59889a5bf9dda92f Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 3 Nov 2023 17:41:32 +0100 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/buildroot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml index a5736b5..0be025b 100644 --- a/.github/workflows/buildroot.yml +++ b/.github/workflows/buildroot.yml @@ -67,6 +67,8 @@ jobs: BUILDROOT_VERSION="$(grep ' BR2_VERSION :=' Makefile | cut -d '=' -f2 | tr -d ' ')" KERNEL_VERSION="$(grep BR2_LINUX_KERNEL_VERSION .config | cut -d'=' -f2 | tr -d '"')" + echo "BUILDROOT_VERSION=${BUILDROOT_VERSION}" >> $GITHUB_ENV + echo "KERNEL_VERSION=${KERNEL_VERSION}" >> $GITHUB_ENV - name: Upload Artifact if: success() @@ -86,5 +88,5 @@ jobs: .buildroot/output/images/bzImage .buildroot/output/images/rootfs.cpio.xz body: | - Buildroot version: ${{ env.BUILDROOT_VERSION }} - Kernel version: ${{ env.KERNEL_VERSION }} \ No newline at end of file + Buildroot Version: ${{ env.BUILDROOT_VERSION }} + Kernel Version: ${{ env.KERNEL_VERSION }} \ No newline at end of file