reformat, fix projectPath

This commit is contained in:
2024-09-28 14:53:44 -05:00
parent 0b690b7619
commit d6549a7074

View File

@@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
unityVersion: [2022.3.46f1]
targetPlatform: [WebGL]
targetPlatform:
- WebGL
steps:
- name: Checkout repository
@@ -28,6 +28,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ./Galagan/
unityVersion: auto
targetPlatform: ${{ matrix.targetPlatform }}