Remove activation step, add multiple versions

This commit is contained in:
Webber 2020-01-07 23:21:50 +01:00 committed by Webber Takken
parent 5c1d84357d
commit d087a4b8df

View File

@ -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