Skip to content

Commit 9e7a93c

Browse files
committed
Fix workflow
1 parent ed923d0 commit 9e7a93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
projectPath: ${{ matrix.projectPath }}
4343
targetPlatform: ${{ matrix.targetPlatform }}
4444
customParameters: -Development -test ${{ secrets.TEST_SECRET }}
45-
buildMethod: UnityBuilderAction.Builder.Build
45+
buildMethod: UnityBuilderAction.Builder.BuildProject
4646
- uses: actions/upload-artifact@v3
4747
with:
4848
name: Build-${{ matrix.targetPlatform }}

0 commit comments

Comments
 (0)