From 03eb9896ec70ca82c0b5d7c661308feb67306d6b Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Fri, 8 Jul 2022 21:14:04 +0800 Subject: [PATCH] fix test and build yaml (workflow) ;-; wtf --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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