We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f2d953 + cdd8015 commit cded616Copy full SHA for cded616
.github/workflows/main.yml
@@ -91,12 +91,11 @@ jobs:
91
restore-keys: |
92
Library-${{ matrix.projectPath }}-
93
Library-
94
- - uses: webbertakken/unity-builder@v2.0-alpha-3
+ - uses: webbertakken/unity-builder@v2.0-aplha-5
95
with:
96
projectPath: ${{ env.PROJECT_PATH }}
97
unityVersion: ${{ env.UNITY_VERSION }}
98
targetPlatform: ${{ matrix.targetPlatform }}
99
- customParameters: "-nographics"
100
- uses: actions/upload-artifact@v2
101
102
name: Build
0 commit comments