Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Aug 13, 2024
1 parent ed923d0 commit 9e7a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
projectPath: ${{ matrix.projectPath }}
targetPlatform: ${{ matrix.targetPlatform }}
customParameters: -Development -test ${{ secrets.TEST_SECRET }}
buildMethod: UnityBuilderAction.Builder.Build
buildMethod: UnityBuilderAction.Builder.BuildProject
- uses: actions/upload-artifact@v3
with:
name: Build-${{ matrix.targetPlatform }}
Expand Down

0 comments on commit 9e7a93c

Please sign in to comment.