Skip to content

Commit

Permalink
CI: Don’t publish TUIs on release
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Jun 16, 2022
1 parent f3b3daa commit 506cb00
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,5 @@ jobs:
name: OpenCore-Patcher-TUI.app
path: OpenCore-Patcher-TUI.app.zip

- name: Upload to Release
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: OpenCore-Patcher-TUI.app.zip
tag: ${{ github.ref }}
file_glob: true
- name: Validate OpenCore
run: ./dist/OpenCore-Patcher.app/Contents/MacOS/OpenCore-Patcher --validate

0 comments on commit 506cb00

Please sign in to comment.