diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4673613..f1a2b1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false - matrix: - unityVersion: - - 2020.3.29f1 - targetPlatform: - - StandaloneWindows64 # Build a Windows 64-bit standalone. - - Android # Build a Android standalone. - + matrix: + unityVersion: + - 2020.3.29f1 + targetPlatform: + - StandaloneWindows64 # Build a Windows 64-bit standalone. + - Android # Build a Android standalone. + steps: - name: Checkout code uses: actions/checkout@v2