mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Implement single binary for 10.10-12.0
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Upload App to Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: OpenCore-Patcher.app (GUI Offline, macOS 10.13 and newer)
|
||||
name: OpenCore-Patcher.app (GUI Offline)
|
||||
path: OpenCore-Patcher-wxPython.app.zip
|
||||
- name: Upload to Release
|
||||
if: github.event_name == 'release'
|
||||
@@ -30,6 +30,6 @@ jobs:
|
||||
file: OpenCore-Patcher-wxPython.app.zip
|
||||
tag: ${{ github.ref }}
|
||||
file_glob: true
|
||||
asset_name: OpenCore-Patcher.app (GUI Offline, macOS 10.13 and newer)
|
||||
asset_name: OpenCore-Patcher.app (GUI Offline)
|
||||
- name: Validate OpenCore
|
||||
run: ./dist/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher --validate
|
||||
Reference in New Issue
Block a user