Merge pull request #7 from game-ci/feature/test-new-builder-version

Feature/test new builder version
This commit is contained in:
Gabriel Le Breton 2021-01-04 14:14:28 -05:00 committed by GitHub
commit cded616631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,12 +91,11 @@ jobs:
restore-keys: | restore-keys: |
Library-${{ matrix.projectPath }}- Library-${{ matrix.projectPath }}-
Library- Library-
- uses: webbertakken/unity-builder@v2.0-alpha-3 - uses: webbertakken/unity-builder@v2.0-aplha-5
with: with:
projectPath: ${{ env.PROJECT_PATH }} projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }} unityVersion: ${{ env.UNITY_VERSION }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
customParameters: "-nographics"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Build name: Build