We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed923d0 commit 9e7a93cCopy full SHA for 9e7a93c
1 file changed
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
projectPath: ${{ matrix.projectPath }}
43
targetPlatform: ${{ matrix.targetPlatform }}
44
customParameters: -Development -test ${{ secrets.TEST_SECRET }}
45
- buildMethod: UnityBuilderAction.Builder.Build
+ buildMethod: UnityBuilderAction.Builder.BuildProject
46
- uses: actions/upload-artifact@v3
47
with:
48
name: Build-${{ matrix.targetPlatform }}
0 commit comments