Update BuildKernelPackage.yml

This commit is contained in:
James Lambert
2021-08-21 13:06:55 +01:00
committed by GitHub
parent 4521ec74b7
commit 2c6651c080
+2 -2
View File
@@ -40,12 +40,12 @@ jobs:
then sudo rm *.pkg.tar.*
fi
- name: Release
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v1
with:
files: |
${{ github.workspace }}/*.pkg.tar.*
tag_name: v${{ steps.create_tag.outputs.tag }}
draft: true
draft: false
body: |
Install packages with `sudo pacman -U <file>`, 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`.