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