Skip to content

Updated OC to 0.9.5, AppleALC.kext and workflows #17

Updated OC to 0.9.5, AppleALC.kext and workflows

Updated OC to 0.9.5, AppleALC.kext and workflows #17

Workflow file for this run

on:
push:
tags:
- 'v*'
name: Create Release
jobs:
build:
name: Create Release
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
_**Mudanças nesta Versão**_
- Primeira Mudança:
_Atualizado `OpenCore` para `0.9.5`._
- Segunda Mudança:
_Adicionado em UEFI quirk: `ShimRetainProtocol`._
- Terceira Mudança:
_Atualizadas as `kexts`:_
_`AppleALC.kext`_
draft: false
prerelease: false