Skip to content

Commit 0b5906f

Browse files
committed
Project path
1 parent 1d638b9 commit 0b5906f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
3030
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3131
with:
32-
githubToken: ${{ secrets.GITHUB_TOKEN }}
32+
projectPath: Demo~/
3333

3434
# Build
3535
- name: Build project
@@ -39,6 +39,7 @@ jobs:
3939
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
4040
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
4141
with:
42+
projectPath: Demo~/
4243
targetPlatform: WebGL
4344

4445
# Output

0 commit comments

Comments
 (0)