diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 746c6320..f844cd29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: use_version: true - name: "macOS" platform: "mac" + - name: "tvOS" + platform: "tvos" env: PLATFORM: ${{ matrix.platform }} MATCH_USERNAME: ${{ secrets.MATCH_USERNAME }}