diff --git a/.github/workflows/BuildKernelPackage.yml b/.github/workflows/BuildKernelPackage.yml index 4a91471..871180f 100644 --- a/.github/workflows/BuildKernelPackage.yml +++ b/.github/workflows/BuildKernelPackage.yml @@ -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 `, 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`.