diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1a2b1a..9f7ed67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,12 +13,12 @@ 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