Skip to content

Commit cded616

Browse files
authoredJan 4, 2021
Merge pull request #7 from game-ci/feature/test-new-builder-version
Feature/test new builder version
2 parents 8f2d953 + cdd8015 commit cded616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,11 @@ jobs:
9191
restore-keys: |
9292
Library-${{ matrix.projectPath }}-
9393
Library-
94-
- uses: webbertakken/unity-builder@v2.0-alpha-3
94+
- uses: webbertakken/unity-builder@v2.0-aplha-5
9595
with:
9696
projectPath: ${{ env.PROJECT_PATH }}
9797
unityVersion: ${{ env.UNITY_VERSION }}
9898
targetPlatform: ${{ matrix.targetPlatform }}
99-
customParameters: "-nographics"
10099
- uses: actions/upload-artifact@v2
101100
with:
102101
name: Build

0 commit comments

Comments
 (0)