mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
CI: Upload PKG
This commit is contained in:
19
.github/workflows/build-app-wxpython.yml
vendored
19
.github/workflows/build-app-wxpython.yml
vendored
@@ -58,12 +58,18 @@ jobs:
|
|||||||
name: OpenCore-Patcher.app (GUI)
|
name: OpenCore-Patcher.app (GUI)
|
||||||
path: OpenCore-Patcher-GUI.app.zip
|
path: OpenCore-Patcher-GUI.app.zip
|
||||||
|
|
||||||
- name: Upload Package to Artifacts
|
- name: Upload AutoPkg Package to Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AutoPkg-Assets.pkg
|
name: AutoPkg-Assets.pkg
|
||||||
path: ./dist/AutoPkg-Assets.pkg
|
path: ./dist/AutoPkg-Assets.pkg
|
||||||
|
|
||||||
|
- name: Upload Installation Package to Artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: OpenCore-Patcher.pkg
|
||||||
|
path: ./dist/OpenCore-Patcher.pkg
|
||||||
|
|
||||||
- name: Upload Binary to Release
|
- name: Upload Binary to Release
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
|
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
|
||||||
@@ -73,7 +79,7 @@ jobs:
|
|||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
||||||
- name: Upload Package to Release
|
- name: Upload AutoPkg Package to Release
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
|
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
|
||||||
with:
|
with:
|
||||||
@@ -81,3 +87,12 @@ jobs:
|
|||||||
file: ./dist/AutoPkg-Assets.pkg
|
file: ./dist/AutoPkg-Assets.pkg
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
||||||
|
- name: Upload Installation Package to Release
|
||||||
|
if: github.event_name == 'release'
|
||||||
|
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: ./dist/OpenCore-Patcher.pkg
|
||||||
|
tag: ${{ github.ref }}
|
||||||
|
file_glob: true
|
||||||
Reference in New Issue
Block a user