mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove activation step, add multiple versions
This commit is contained in:
parent
5c1d84357d
commit
d087a4b8df
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- test-project
|
- test-project
|
||||||
unityVersion:
|
unityVersion:
|
||||||
- 2019.2.11f1
|
- 2019.2.11f1
|
||||||
# - 2019.3.0f1 # requires unity-activate to upgrade
|
- 2019.3.0f1
|
||||||
targetPlatform:
|
targetPlatform:
|
||||||
- WebGL
|
- WebGL
|
||||||
- iOS
|
- iOS
|
||||||
@ -40,14 +40,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: webbertakken/unity-activate@v1
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
- uses: webbertakken/unity-return-license@v1
|
|
||||||
if: always()
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user