From d35db46c65b1fe2ccf0cbd2f6f8ebfcce23c16a1 Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 10 Aug 2021 08:44:42 +0530 Subject: [PATCH] Update BuildKernelPackage.yml --- .github/workflows/BuildKernelPackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildKernelPackage.yml b/.github/workflows/BuildKernelPackage.yml index 94c1f18..8774b72 100644 --- a/.github/workflows/BuildKernelPackage.yml +++ b/.github/workflows/BuildKernelPackage.yml @@ -46,7 +46,7 @@ jobs: files: | ${{ github.workspace }}/*.pkg.tar.* tag_name: v${{ steps.create_tag.outputs.tag }} - draft: false + draft: true body: | Install packages with `sudo pacman -U `, you can use urls or file paths. You will need to be using `apple-bce-dkms-git` as `apple-bce-git` only works on `linux-mbp`.