Merge pull request #9 from game-ci/remove-unity-version

Remove unityVersion
This commit is contained in:
Gabriel Le Breton 2021-02-04 22:13:24 -05:00 committed by GitHub
commit 87a37a069c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,6 @@ jobs:
id: getManualLicenseFile id: getManualLicenseFile
# https://github.com/game-ci/unity-request-activation-file/releases/ # https://github.com/game-ci/unity-request-activation-file/releases/
uses: game-ci/unity-request-manual-activation-file@v2.0-alpha-1 uses: game-ci/unity-request-manual-activation-file@v2.0-alpha-1
with:
unityVersion: ${{ env.UNITY_VERSION }}
# Upload artifact (Unity_v20XX.X.XXXX.alf) # Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact - name: Expose as artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
@ -61,7 +59,6 @@ jobs:
id: testRunner id: testRunner
with: with:
projectPath: ${{ env.PROJECT_PATH }} projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }}
testMode: all testMode: all
customParameters: "-nographics" customParameters: "-nographics"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
@ -72,7 +69,7 @@ jobs:
build: build:
needs: [checklicense] needs: [checklicense]
if: needs.checklicense.outputs.is_unity_license_set == 'true' if: needs.checklicense.outputs.is_unity_license_set == 'true'
name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }} name: Build for ${{ matrix.targetPlatform }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
@ -101,7 +98,6 @@ jobs:
- uses: game-ci/unity-builder@v2.0-alpha-6 - uses: game-ci/unity-builder@v2.0-alpha-6
with: with:
projectPath: ${{ env.PROJECT_PATH }} projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }}
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: