You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update BuildKernelPackage.yml
This commit is contained in:
@@ -40,12 +40,12 @@ jobs:
|
|||||||
then sudo rm *.pkg.tar.*
|
then sudo rm *.pkg.tar.*
|
||||||
fi
|
fi
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.12
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ github.workspace }}/*.pkg.tar.*
|
${{ github.workspace }}/*.pkg.tar.*
|
||||||
tag_name: v${{ steps.create_tag.outputs.tag }}
|
tag_name: v${{ steps.create_tag.outputs.tag }}
|
||||||
draft: true
|
draft: false
|
||||||
body: |
|
body: |
|
||||||
Install packages with `sudo pacman -U <file>`, you can use urls or file paths.
|
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`.
|
You will need to be using `apple-bce-dkms-git` as `apple-bce-git` only works on `linux-mbp`.
|
||||||
|
|||||||
Reference in New Issue
Block a user