use supported unityVersion

This commit is contained in:
2024-09-28 14:56:33 -05:00
parent d6549a7074
commit 5a117eb2c2

View File

@@ -14,6 +14,8 @@ jobs:
strategy:
matrix:
unityVersion:
- 2022.3.42f1
targetPlatform:
- WebGL
@@ -29,7 +31,7 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ./Galagan/
unityVersion: auto
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
- name: Upload artifact