Merge pull request #7 from game-ci/feature/test-new-builder-version
Feature/test new builder version
This commit is contained in:
commit
cded616631
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user