CI: Move Validation to Offline TUI workflow

This commit is contained in:
Mykola Grymalyuk
2022-04-11 17:11:52 -06:00
parent 27d2b7500a
commit a72b2ffb23
2 changed files with 3 additions and 3 deletions

View File

@@ -38,3 +38,5 @@ jobs:
file: OpenCore-Patcher-TUI-Offline.app.zip
tag: ${{ github.ref }}
file_glob: true
- name: Validate OpenCore
run: ./dist/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher --validate

View File

@@ -41,6 +41,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: OpenCore-Patcher-GUI-Offline.app.zip
tag: ${{ github.ref }}
file_glob: true
- name: Validate OpenCore
run: ./dist/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher --validate
file_glob: true