mirror of
https://github.com/Xevion/Galagan.git
synced 2025-12-14 08:11:49 -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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
unityVersion:
|
||||||
|
- 2022.3.42f1
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- WebGL
|
- WebGL
|
||||||
|
|
||||||
@@ -29,7 +31,7 @@ jobs:
|
|||||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
projectPath: ./Galagan/
|
projectPath: ./Galagan/
|
||||||
unityVersion: auto
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user