diff --git a/.github/workflows/unity.yml b/.github/workflows/unity.yml index 76c1276..aa50e9f 100644 --- a/.github/workflows/unity.yml +++ b/.github/workflows/unity.yml @@ -49,8 +49,6 @@ jobs: targetPlatform: - WSAPlayer - tvOS - unityVersion: - - 2019.4.5f1 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -63,7 +61,6 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: ${{ matrix.targetPlatform }} - unityVersion: ${{ matrix.unityVersion }} - name: Upload artifact uses: actions/upload-artifact@v3