From 8e8d7c3359c52aac38789ba2f03d7b539e1a2c7c Mon Sep 17 00:00:00 2001 From: marcosfad Date: Sun, 22 Aug 2021 13:35:15 +0200 Subject: [PATCH] Update kernel 5.10.47 --- .github/workflows/CI.yml | 4 ++-- README.md | 2 +- build.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d97e8dd..4ba07fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,8 +42,8 @@ jobs: if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v1 with: - files: ${{ github.workspace }}/output/* - tag_name: v${{ steps.tag.outputs.tag }} + data: ${{ github.workspace }}/output/* + tag_name: v20.04-${{ steps.tag.outputs.tag }} draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index bf9562b..d9249a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The ISO in from this repo should allow you to install ubuntu without using an external keyboard or mouse on a MacBook Pro. It work in my MacBook with T2. -[![Build Status](https://travis-ci.com/marcosfad/mbp-ubuntu.svg?branch=master)](https://travis-ci.com/marcosfad/mbp-ubuntu) +[![CI](https://github.com/marcosfad/mbp-ubuntu/actions/workflows/CI.yml/badge.svg)](https://github.com/marcosfad/mbp-ubuntu/actions/workflows/CI.yml) **If this repo helped you in any way, consider inviting a coffee to the people in the [credits](https://github.com/marcosfad/mbp-ubuntu#credits) or [me](https://paypal.me/marcosfad).** diff --git a/build.sh b/build.sh index fa99ab6..b4e04e7 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=5.10.47 +KERNEL_VERSION=5.10.52 if [ -d "$WORKING_PATH" ]; then rm -rf "$WORKING_PATH"