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