mirror of
https://github.com/Xevion/Galagan.git
synced 2025-12-10 10:07:27 -06:00
use supported unityVersion
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user