fix test and build yaml (workflow)

send help.
This commit is contained in:
alexiscatnip
2022-07-08 21:11:06 +08:00
parent 82b468622c
commit cbb241e65d
+7 -7
View File
@@ -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