Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev/refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbierato committed May 30, 2024
2 parents 0c523f9 + 1a5f667 commit e6d0b5b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:
release:
types: [published]

env:
PROJECT_TYPE: KEXT

jobs:
build:
name: Build
runs-on: macos-latest
env:
JOB_TYPE: BUILD
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- run: xcodebuild -configuration Debug
- run: xcodebuild -configuration Release

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: Installer/*.zip
- name: Upload to Release
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/*/*.zip
tag: ${{ github.ref }}
file_glob: true

Binary file added Installer/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ComboJack

![screen](./ComboJack_Installer/Screenshot.png)
![screen](./Installer/Screenshot.png)

Hackintosh combojack support for alc236 layout 68/alc256 layout 56/alc289 layout 68/alc295 layout 33.

Expand Down

0 comments on commit e6d0b5b

Please sign in to comment.