Skip to content

Commit 3699c51

Browse files
authored
feat: update OC version to 0.9.3, update kexts and drivers (#17)
1 parent cd08e91 commit 3699c51

File tree

129 files changed

+3451
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+3451
-132
lines changed

.github/workflows/release.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: release
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*'
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
release:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v3
17+
18+
- name: Get Version
19+
id: get_version
20+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
21+
22+
- name: Package files
23+
run: |
24+
mkdir hackintosh-EFI-ASUS-ROG-Z390-${{ steps.get_version.outputs.VERSION }}
25+
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
26+
zip -r hackintosh-EFI-ASUS-ROG-Z390-${{ steps.get_version.outputs.VERSION }}.zip ./EFI-OpenCore ./usbMap ./frameBufferPatch.md ./README.md ./smalltree.png ./ventura.png
27+
28+
- name: Release
29+
uses: softprops/action-gh-release@v1
30+
if: startsWith(github.ref, 'refs/tags/')
31+
with:
32+
files: ./hackintosh-EFI-ASUS-ROG-Z390-*
33+
draft: false
0 Bytes
Binary file not shown.

EFI-OpenCore/BOOT/.contentFlavour

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OpenCore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Disabled
4 KB
Binary file not shown.
20 KB
Binary file not shown.
-33 KB
Binary file not shown.
0 Bytes
Binary file not shown.
40 KB
Binary file not shown.
4 KB
Binary file not shown.

0 commit comments

Comments
 (0)