fix test and build yaml (workflow)

;-; wtf
This commit is contained in:
alexiscatnip
2022-07-08 21:14:04 +08:00
parent cbb241e65d
commit 03eb9896ec
+6 -6
View File
@@ -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