Skip to content

Commit e062956

Browse files
authored
Update main.yml
1 parent 7ffcbbb commit e062956

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build Sample Project
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
buildForAllSupportedPlatforms:
@@ -36,6 +36,7 @@ jobs:
3636
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
3737
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3838
with:
39+
buildsPath: Build
3940
projectPath: ${{ matrix.projectPath }}
4041
targetPlatform: ${{ matrix.targetPlatform }}
4142
customParameters: -Development

0 commit comments

Comments
 (0)