mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
Build CLI: Fix typo
This commit is contained in:
8
.github/workflows/build-cli.yml
vendored
8
.github/workflows/build-cli.yml
vendored
@@ -12,18 +12,18 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pyinstaller OCLP-GUI.spec
|
- run: pyinstaller OCLP-CLI.spec
|
||||||
- run: cd dist; zip ../OCLP-GUI.zip OCLP-GUI
|
- run: cd dist; zip ../OCLP-GUI.zip OCLP-GUI
|
||||||
- name: Upload Binary to Artifacts
|
- name: Upload Binary to Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: OCLP-GUI
|
name: OCLP-CLI
|
||||||
path: OCLP-GUI.zip
|
path: OCLP-CLI.zip
|
||||||
- name: Upload to Release
|
- name: Upload 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:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: OCLP-GUI.zip
|
file: OCLP-CLI.zip
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|||||||
Reference in New Issue
Block a user