From 506cb009377d3c3ba5639ce631e85bf04c9ab3ef Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 16 Jun 2022 09:17:22 -0600 Subject: [PATCH] =?UTF-8?q?CI:=20Don=E2=80=99t=20publish=20TUIs=20on=20rel?= =?UTF-8?q?ease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-app.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 903c59ece..3e00fb673 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -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