mirror of
https://github.com/Xevion/Galagan.git
synced 2025-12-10 22:07:22 -06:00
reformat, fix projectPath
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user