-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update OC version to 0.9.3, update kexts and drivers (#17)
- Loading branch information
Showing
129 changed files
with
3,451 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: release | ||
|
||
on: | ||
push: | ||
tags: | ||
- 'v*.*.*' | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Get Version | ||
id: get_version | ||
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT | ||
|
||
- name: Package files | ||
run: | | ||
mkdir hackintosh-EFI-ASUS-ROG-Z390-${{ steps.get_version.outputs.VERSION }} | ||
tar -zcvf hackintosh-EFI-ASUS-ROG-Z390-${{ steps.get_version.outputs.VERSION }}.tar.gz ./EFI-OpenCore ./usbMap ./frameBufferPatch.md ./README.md ./smalltree.png ./ventura.png | ||
zip -r hackintosh-EFI-ASUS-ROG-Z390-${{ steps.get_version.outputs.VERSION }}.zip ./EFI-OpenCore ./usbMap ./frameBufferPatch.md ./README.md ./smalltree.png ./ventura.png | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: ./hackintosh-EFI-ASUS-ROG-Z390-* | ||
draft: false |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OpenCore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Disabled |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-327 KB
(98%)
EFI-OpenCore/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm
Binary file not shown.
Oops, something went wrong.